#7C4942
A dark, moderate red closely aligning with Sienna.
About #7C4942
At its core, #7C4942 is a dark and moderate hue. It is closely associated with the named CSS color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 73, and 66.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 41% Magenta, 47% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#7C4942
RGB124, 73, 66
HSL7.2°, 30.5%, 37.3%
CMYK0%, 41%, 47%, 51%
HSV7.2°, 46.8%, 48.6%
LAB36.8, 20.9, 13.5
XYZ11.7, 9.4, 6.4
Decimal8145218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.27:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.95:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C4942;
}
.text-color {
color: #7C4942;
}
.border-color {
border: 2px solid #7C4942;
}