#492407
A very dark, vivid orange closely aligning with Saddlebrown.
About #492407
At its core, #492407 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(73, 36, 7).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 51% magenta, 90% yellow, and 71% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#492407
RGB73, 36, 7
HSL26.4°, 82.5%, 15.7%
CMYK0%, 51%, 90%, 71%
HSV26.4°, 90.4%, 28.6%
LAB18.8, 15.1, 24.6
XYZ3.4, 2.7, 0.5
Decimal4793351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.65:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.04:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #492407;
}
.text-color {
color: #492407;
}
.border-color {
border: 2px solid #492407;
}