Shades of Saddle Brown #9E4417
Tints of Saddle Brown #9E4417
RGB
CMYK
RGB Variations
Color information
#9E4417 (or 0x9E4417) is known color: Saddle Brown. HEX triplet: 9E, 44 and 17. RGB value is (158,68,23). Sum of RGB (Red+Green+Blue) = 158+68+23=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4417 is #61BBE8. Grayscale: #5A5A5A. Windows color (decimal): -6405097 or 1524894. OLE color: 1524894.
HSL color Cylindrical-coordinate representation of color #9E4417: hue angle of 20º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E4417 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 68 | 23 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.38 |
| HSL | 20º | 0.75% | 0.35% | - |
| HSV(B) | 20º | 0.85% | 0.62% | - |
| XYZ | 16.32 | 11.47 | 2.16 | - |
| YUV | 89.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 68 | 23 | 0 | 0.57 | 0.85 | 0.38 | 20 | 0.75 | 0.35 |
| Hex | 9E | 44 | 17 | 0 | 39 | 55 | 26 | 14 | 4B | 23 |
| Octal | 236 | 104 | 27 | 0 | 71 | 125 | 46 | 24 | 113 | 43 |
| Binary | 10011110 | 1000100 | 10111 | 0 | 111001 | 1010101 | 100110 | 10100 | 1001011 | 100011 |
Color Harmonies of #9E4417
Complementary color
Monochromatic Colors of #9E4417
Black with #9E4417
Text Example
Text Example
White with #9E4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4417; }
p { color: rgb(158,68,23); }
H1.HeaderClassName
{
color: #9E4417;
}
.AnyTagClassName
{
color: #9E4417;
}
</style>
background-color css
<style>
a { background-color: #9E4417; }
a { background-color: rgb(158,68,23); }
div.DivClassName
{
background-color: #9E4417;
}
.BgClassName
{
background-color: #9E4417;
}
</style>
border-color css
<style>
span { border-color: #9E4417; }
span { border-color: rgb(158,68,23); }
td.TdClassName
{
border-color: #9E4417;
}
.TagClassName
{
border-color: #9E4417;
}
</style>