#7C5F33
A dark, moderate orange closely aligning with Saddlebrown.
About #7C5F33
Visually, #7C5F33 is defined as a moderate orange. It is closely associated with the named CSS color Saddlebrown. In the RGB color space, it consists of 124 red, 95 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 23% M, 59% Y, and 51% K. With a hue angle of 36.2 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C5F33
RGB124, 95, 51
HSL36.2°, 41.7%, 34.3%
CMYK0%, 23%, 59%, 51%
HSV36.2°, 58.9%, 48.6%
LAB42.3, 6.2, 29.4
XYZ13.0, 12.7, 4.9
Decimal8150835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5F33;
}
.text-color {
color: #7C5F33;
}
.border-color {
border: 2px solid #7C5F33;
}