Shades of Saddle Brown #9E3815
Tints of Saddle Brown #9E3815
RGB
CMYK
RGB Variations
Color information
#9E3815 (or 0x9E3815) is known color: Saddle Brown. HEX triplet: 9E, 38 and 15. RGB value is (158,56,21). Sum of RGB (Red+Green+Blue) = 158+56+21=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3815 is #61C7EA. Grayscale: #525252. Windows color (decimal): -6408171 or 1390750. OLE color: 1390750.
HSL color Cylindrical-coordinate representation of color #9E3815: hue angle of 15.33º 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 #9E3815 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.38 |
| HSL | 15.33º | 0.77% | 0.35% | - |
| HSV(B) | 15.33º | 0.87% | 0.62% | - |
| XYZ | 15.65 | 10.15 | 1.84 | - |
| YUV | 82.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 21 | 0 | 0.65 | 0.87 | 0.38 | 15.33 | 0.77 | 0.35 |
| Hex | 9E | 38 | 15 | 0 | 41 | 57 | 26 | F | 4D | 23 |
| Octal | 236 | 70 | 25 | 0 | 101 | 127 | 46 | 17 | 115 | 43 |
| Binary | 10011110 | 111000 | 10101 | 0 | 1000001 | 1010111 | 100110 | 1111 | 1001101 | 100011 |
Color Harmonies of #9E3815
Complementary color
Monochromatic Colors of #9E3815
Black with #9E3815
Text Example
Text Example
White with #9E3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3815; }
p { color: rgb(158,56,21); }
H1.HeaderClassName
{
color: #9E3815;
}
.AnyTagClassName
{
color: #9E3815;
}
</style>
background-color css
<style>
a { background-color: #9E3815; }
a { background-color: rgb(158,56,21); }
div.DivClassName
{
background-color: #9E3815;
}
.BgClassName
{
background-color: #9E3815;
}
</style>
border-color css
<style>
span { border-color: #9E3815; }
span { border-color: rgb(158,56,21); }
td.TdClassName
{
border-color: #9E3815;
}
.TagClassName
{
border-color: #9E3815;
}
</style>