#7C2C0F
A dark, vivid orange closely aligning with Saddlebrown.
About #7C2C0F
At its core, #7C2C0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 124 red, 44 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C2C0F
RGB124, 44, 15
HSL16.0°, 78.4%, 27.3%
CMYK0%, 65%, 88%, 51%
HSV16.0°, 87.9%, 48.6%
LAB29.7, 33.3, 35.0
XYZ9.3, 6.1, 1.1
Decimal8137743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.44:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.02:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C0F;
}
.text-color {
color: #7C2C0F;
}
.border-color {
border: 2px solid #7C2C0F;
}