#7C490F
A dark, vivid orange closely aligning with Saddlebrown.
About #7C490F
When working with digital screens, the color #7C490F is rendered by mixing light. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(124, 73, 15).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 41% Magenta, 88% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7C490F
RGB124, 73, 15
HSL31.9°, 78.4%, 27.3%
CMYK0%, 41%, 88%, 51%
HSV31.9°, 87.9%, 48.6%
LAB36.1, 17.3, 40.5
XYZ10.8, 9.1, 1.6
Decimal8145167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.45:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C490F;
}
.text-color {
color: #7C490F;
}
.border-color {
border: 2px solid #7C490F;
}