#7C2C00
A dark, vivid orange closely aligning with Saddlebrown.
About #7C2C00
The precise color #7C2C00 is an excellent choice for modern design projects. Designers often compare it to the standard color Saddlebrown. Its digital footprint relies on 124 parts red, 44 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 65% M, 100% Y, and 51% K. The HSL representation is 21.3° hue, 100.0% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C2C00
RGB124, 44, 0
HSL21.3°, 100.0%, 24.3%
CMYK0%, 65%, 100%, 51%
HSV21.3°, 100.0%, 48.6%
LAB29.6, 33.0, 41.2
XYZ9.2, 6.1, 0.7
Decimal8137728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C00;
}
.text-color {
color: #7C2C00;
}
.border-color {
border: 2px solid #7C2C00;
}