#995F3A
A medium, moderate orange closely aligning with Sienna.
About #995F3A
The precise color #995F3A is an excellent choice for modern design projects. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(153, 95, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 38% magenta, 62% yellow, and 40% black. With a hue angle of 23.4 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#995F3A
RGB153, 95, 58
HSL23.4°, 45.0%, 41.4%
CMYK0%, 38%, 62%, 40%
HSV23.4°, 62.1%, 60.0%
LAB46.0, 19.9, 30.8
XYZ18.0, 15.3, 6.0
Decimal10051386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995F3A;
}
.text-color {
color: #995F3A;
}
.border-color {
border: 2px solid #995F3A;
}