Shades of Saddle Brown #9E3D16
Tints of Saddle Brown #9E3D16
RGB
CMYK
RGB Variations
Color information
#9E3D16 (or 0x9E3D16) is known color: Saddle Brown. HEX triplet: 9E, 3D and 16. RGB value is (158,61,22). Sum of RGB (Red+Green+Blue) = 158+61+22=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3D16 is #61C2E9. Grayscale: #555555. Windows color (decimal): -6406890 or 1457566. OLE color: 1457566.
HSL color Cylindrical-coordinate representation of color #9E3D16: hue angle of 17.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E3D16 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 61 | 22 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.38 |
| HSL | 17.21º | 0.76% | 0.35% | - |
| HSV(B) | 17.21º | 0.86% | 0.62% | - |
| XYZ | 15.91 | 10.66 | 1.98 | - |
| YUV | 85.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 22 | 0 | 0.61 | 0.86 | 0.38 | 17.21 | 0.76 | 0.35 |
| Hex | 9E | 3D | 16 | 0 | 3D | 56 | 26 | 11 | 4C | 23 |
| Octal | 236 | 75 | 26 | 0 | 75 | 126 | 46 | 21 | 114 | 43 |
| Binary | 10011110 | 111101 | 10110 | 0 | 111101 | 1010110 | 100110 | 10001 | 1001100 | 100011 |
Color Harmonies of #9E3D16
Complementary color
Monochromatic Colors of #9E3D16
Black with #9E3D16
Text Example
Text Example
White with #9E3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3D16; }
p { color: rgb(158,61,22); }
H1.HeaderClassName
{
color: #9E3D16;
}
.AnyTagClassName
{
color: #9E3D16;
}
</style>
background-color css
<style>
a { background-color: #9E3D16; }
a { background-color: rgb(158,61,22); }
div.DivClassName
{
background-color: #9E3D16;
}
.BgClassName
{
background-color: #9E3D16;
}
</style>
border-color css
<style>
span { border-color: #9E3D16; }
span { border-color: rgb(158,61,22); }
td.TdClassName
{
border-color: #9E3D16;
}
.TagClassName
{
border-color: #9E3D16;
}
</style>