Shades of Saddle Brown #9E4015
Tints of Saddle Brown #9E4015
RGB
CMYK
RGB Variations
Color information
#9E4015 (or 0x9E4015) is known color: Saddle Brown. HEX triplet: 9E, 40 and 15. RGB value is (158,64,21). Sum of RGB (Red+Green+Blue) = 158+64+21=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4015 is #61BFEA. Grayscale: #575757. Windows color (decimal): -6406123 or 1392798. OLE color: 1392798.
HSL color Cylindrical-coordinate representation of color #9E4015: hue angle of 18.83º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E4015 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 21 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.38 |
| HSL | 18.83º | 0.77% | 0.35% | - |
| HSV(B) | 18.83º | 0.87% | 0.62% | - |
| XYZ | 16.07 | 10.99 | 1.98 | - |
| YUV | 87.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 21 | 0 | 0.59 | 0.87 | 0.38 | 18.83 | 0.77 | 0.35 |
| Hex | 9E | 40 | 15 | 0 | 3B | 57 | 26 | 13 | 4D | 23 |
| Octal | 236 | 100 | 25 | 0 | 73 | 127 | 46 | 23 | 115 | 43 |
| Binary | 10011110 | 1000000 | 10101 | 0 | 111011 | 1010111 | 100110 | 10011 | 1001101 | 100011 |
Color Harmonies of #9E4015
Complementary color
Monochromatic Colors of #9E4015
Black with #9E4015
Text Example
Text Example
White with #9E4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4015; }
p { color: rgb(158,64,21); }
H1.HeaderClassName
{
color: #9E4015;
}
.AnyTagClassName
{
color: #9E4015;
}
</style>
background-color css
<style>
a { background-color: #9E4015; }
a { background-color: rgb(158,64,21); }
div.DivClassName
{
background-color: #9E4015;
}
.BgClassName
{
background-color: #9E4015;
}
</style>
border-color css
<style>
span { border-color: #9E4015; }
span { border-color: rgb(158,64,21); }
td.TdClassName
{
border-color: #9E4015;
}
.TagClassName
{
border-color: #9E4015;
}
</style>