#99501D
A dark, moderate orange closely aligning with Saddlebrown.
About #99501D
The hex code #99501D represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(153, 80, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 48% M, 81% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99501D
RGB153, 80, 29
HSL24.7°, 68.1%, 35.7%
CMYK0%, 48%, 81%, 40%
HSV24.7°, 81.0%, 60.0%
LAB42.2, 26.7, 41.7
XYZ16.2, 12.6, 2.7
Decimal10047517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99501D;
}
.text-color {
color: #99501D;
}
.border-color {
border: 2px solid #99501D;
}