#BD5F24
A medium, moderate orange closely aligning with Chocolate.
About #BD5F24
At its core, #BD5F24 is a medium and moderate hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(189, 95, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 50% M, 81% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD5F24
RGB189, 95, 36
HSL23.1°, 68.0%, 44.1%
CMYK0%, 50%, 81%, 26%
HSV23.1°, 81.0%, 74.1%
LAB50.8, 33.9, 48.6
XYZ25.4, 19.1, 4.0
Decimal12410660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F24;
}
.text-color {
color: #BD5F24;
}
.border-color {
border: 2px solid #BD5F24;
}