Shades of Saddle Brown #9E4012
Tints of Saddle Brown #9E4012
RGB
CMYK
RGB Variations
Color information
#9E4012 (or 0x9E4012) is known color: Saddle Brown. HEX triplet: 9E, 40 and 12. RGB value is (158,64,18). Sum of RGB (Red+Green+Blue) = 158+64+18=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4012 is #61BFED. Grayscale: #575757. Windows color (decimal): -6406126 or 1196190. OLE color: 1196190.
HSL color Cylindrical-coordinate representation of color #9E4012: hue angle of 19.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E4012 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 18 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.38 |
| HSL | 19.71º | 0.8% | 0.35% | - |
| HSV(B) | 19.71º | 0.89% | 0.62% | - |
| XYZ | 16.04 | 10.98 | 1.85 | - |
| YUV | 86.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 18 | 0 | 0.59 | 0.89 | 0.38 | 19.71 | 0.8 | 0.35 |
| Hex | 9E | 40 | 12 | 0 | 3B | 59 | 26 | 14 | 50 | 23 |
| Octal | 236 | 100 | 22 | 0 | 73 | 131 | 46 | 24 | 120 | 43 |
| Binary | 10011110 | 1000000 | 10010 | 0 | 111011 | 1011001 | 100110 | 10100 | 1010000 | 100011 |
Color Harmonies of #9E4012
Complementary color
Monochromatic Colors of #9E4012
Black with #9E4012
Text Example
Text Example
White with #9E4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4012; }
p { color: rgb(158,64,18); }
H1.HeaderClassName
{
color: #9E4012;
}
.AnyTagClassName
{
color: #9E4012;
}
</style>
background-color css
<style>
a { background-color: #9E4012; }
a { background-color: rgb(158,64,18); }
div.DivClassName
{
background-color: #9E4012;
}
.BgClassName
{
background-color: #9E4012;
}
</style>
border-color css
<style>
span { border-color: #9E4012; }
span { border-color: rgb(158,64,18); }
td.TdClassName
{
border-color: #9E4012;
}
.TagClassName
{
border-color: #9E4012;
}
</style>