Shades of Saddle Brown #9E4513
Tints of Saddle Brown #9E4513
RGB
CMYK
RGB Variations
Color information
#9E4513 (or 0x9E4513) is known color: Saddle Brown. HEX triplet: 9E, 45 and 13. RGB value is (158,69,19). Sum of RGB (Red+Green+Blue) = 158+69+19=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4513 is #61BAEC. Grayscale: #5A5A5A. Windows color (decimal): -6404845 or 1263006. OLE color: 1263006.
HSL color Cylindrical-coordinate representation of color #9E4513: hue angle of 21.58º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E4513 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 19 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.38 |
| HSL | 21.58º | 0.79% | 0.35% | - |
| HSV(B) | 21.58º | 0.88% | 0.62% | - |
| XYZ | 16.35 | 11.57 | 1.99 | - |
| YUV | 89.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 19 | 0 | 0.56 | 0.88 | 0.38 | 21.58 | 0.79 | 0.35 |
| Hex | 9E | 45 | 13 | 0 | 38 | 58 | 26 | 16 | 4F | 23 |
| Octal | 236 | 105 | 23 | 0 | 70 | 130 | 46 | 26 | 117 | 43 |
| Binary | 10011110 | 1000101 | 10011 | 0 | 111000 | 1011000 | 100110 | 10110 | 1001111 | 100011 |
Color Harmonies of #9E4513
Complementary color
Monochromatic Colors of #9E4513
Black with #9E4513
Text Example
Text Example
White with #9E4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4513; }
p { color: rgb(158,69,19); }
H1.HeaderClassName
{
color: #9E4513;
}
.AnyTagClassName
{
color: #9E4513;
}
</style>
background-color css
<style>
a { background-color: #9E4513; }
a { background-color: rgb(158,69,19); }
div.DivClassName
{
background-color: #9E4513;
}
.BgClassName
{
background-color: #9E4513;
}
</style>
border-color css
<style>
span { border-color: #9E4513; }
span { border-color: rgb(158,69,19); }
td.TdClassName
{
border-color: #9E4513;
}
.TagClassName
{
border-color: #9E4513;
}
</style>