Bronze color: code #CD7F32

Bronze

#CD7F32

Color codes

  • HEX#CD7F32
  • RGBrgb(205, 127, 50)
  • HSLhsl(30, 61%, 50%)
  • HSVhsv(30, 76%, 80%)
  • CMYKcmyk(0%, 38%, 76%, 20%)
  • LABlab(60.2% 24 52.3)
  • OKLCHoklch(66.6% 0.132 61.3)

About the color Bronze

Bronze has the HEX code #CD7F32, which corresponds to rgb(205, 127, 50) in the RGB model. On the color wheel its hue sits at 30°, with 61% saturation and 50% lightness (hsl(30, 61%, 50%)).

Because of its hue it reads as a warm color: it tends to feel energetic and close, and it visually “advances” in a composition.

As a background it calls for dark text: black reaches a 6.67:1 contrast ratio on it, versus 3.14:1 for white.

For print, the approximate conversion is cmyk(0%, 38%, 76%, 20%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Bronze

Complementary

#CD7F32 · #3280CD

Analogous

#CD3232 · #CD7F32 · #CDCD32

Triadic

#CD7F32 · #32CD80 · #8032CD

Tetradic

#CD7F32 · #32CD32 · #3280CD · #CD32CD

Split-complementary

#CD7F32 · #32CDCD · #3232CD

Monochromatic

#674019 · #A46628 · #CD7F32 · #DCA66F · #EBCCAD

Bronze with white and black text

White text Aa Bb Cc 123
3.14:1 · large text only
Black text Aa Bb Cc 123
6.67:1 · AA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-bronze: #CD7F32;
  --color-bronze-rgb: 205, 127, 50;
}

.elemento {
  background-color: var(--color-bronze);
  color: #000000;
}