#7C5707
A dark, vivid orange closely aligning with Saddlebrown.
About #7C5707
The hex code #7C5707 represents a beautifully specific shade of orange. Its closest recognized web color is Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 87, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 94% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C5707
RGB124, 87, 7
HSL41.0°, 89.3%, 25.7%
CMYK0%, 30%, 94%, 51%
HSV41.0°, 94.4%, 48.6%
LAB39.8, 8.7, 45.9
XYZ11.8, 11.1, 1.7
Decimal8148743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.51:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5707;
}
.text-color {
color: #7C5707;
}
.border-color {
border: 2px solid #7C5707;
}