#993A16
A dark, vivid orange closely aligning with Saddlebrown.
About #993A16
When working with digital screens, the color #993A16 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 153 parts red, 58 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 86% Y, and 40% K. The HSL representation is 16.5° hue, 74.9% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#993A16
RGB153, 58, 22
HSL16.5°, 74.9%, 34.3%
CMYK0%, 62%, 86%, 40%
HSV16.5°, 85.6%, 60.0%
LAB37.6, 38.0, 40.7
XYZ14.8, 9.9, 1.9
Decimal10041878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #993A16;
}
.text-color {
color: #993A16;
}
.border-color {
border: 2px solid #993A16;
}