#7C5F24
A dark, moderate orange closely aligning with Saddlebrown.
About #7C5F24
At its core, #7C5F24 is a dark and moderate hue. Its closest recognized web color is Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 95, and 36.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 23% M, 71% Y, and 51% K. With a hue angle of 40.2 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C5F24
RGB124, 95, 36
HSL40.2°, 55.0%, 31.4%
CMYK0%, 23%, 71%, 51%
HSV40.2°, 71.0%, 48.6%
LAB42.1, 5.1, 37.1
XYZ12.7, 12.6, 3.4
Decimal8150820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5F24;
}
.text-color {
color: #7C5F24;
}
.border-color {
border: 2px solid #7C5F24;
}