#493A1D
A dark, moderate orange closely aligning with Dimgray.
About #493A1D
Visually, #493A1D is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(73, 58, 29).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 21% M, 60% Y, and 71% K. With a hue angle of 39.5 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#493A1D
RGB73, 58, 29
HSL39.5°, 43.1%, 20.0%
CMYK0%, 21%, 60%, 71%
HSV39.5°, 60.3%, 28.6%
LAB25.4, 2.4, 20.3
XYZ4.5, 4.5, 1.8
Decimal4799005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.53:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #493A1D;
}
.text-color {
color: #493A1D;
}
.border-color {
border: 2px solid #493A1D;
}