Shades of Saddle Brown #9E5107
Tints of Saddle Brown #9E5107
RGB
CMYK
RGB Variations
Color information
#9E5107 (or 0x9E5107) is known color: Saddle Brown. HEX triplet: 9E, 51 and 07. RGB value is (158,81,7). Sum of RGB (Red+Green+Blue) = 158+81+7=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5107 is #61AEF8. Grayscale: #5F5F5F. Windows color (decimal): -6401785 or 479646. OLE color: 479646.
HSL color Cylindrical-coordinate representation of color #9E5107: hue angle of 29.4º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E5107 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.38 |
| HSL | 29.4º | 0.92% | 0.32% | - |
| HSV(B) | 29.4º | 0.96% | 0.62% | - |
| XYZ | 17.08 | 13.17 | 1.84 | - |
| YUV | 95.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 7 | 0 | 0.49 | 0.96 | 0.38 | 29.4 | 0.92 | 0.32 |
| Hex | 9E | 51 | 7 | 0 | 31 | 60 | 26 | 1D | 5C | 20 |
| Octal | 236 | 121 | 7 | 0 | 61 | 140 | 46 | 35 | 134 | 40 |
| Binary | 10011110 | 1010001 | 111 | 0 | 110001 | 1100000 | 100110 | 11101 | 1011100 | 100000 |
Color Harmonies of #9E5107
Complementary color
Monochromatic Colors of #9E5107
Black with #9E5107
Text Example
Text Example
White with #9E5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5107; }
p { color: rgb(158,81,7); }
H1.HeaderClassName
{
color: #9E5107;
}
.AnyTagClassName
{
color: #9E5107;
}
</style>
background-color css
<style>
a { background-color: #9E5107; }
a { background-color: rgb(158,81,7); }
div.DivClassName
{
background-color: #9E5107;
}
.BgClassName
{
background-color: #9E5107;
}
</style>
border-color css
<style>
span { border-color: #9E5107; }
span { border-color: rgb(158,81,7); }
td.TdClassName
{
border-color: #9E5107;
}
.TagClassName
{
border-color: #9E5107;
}
</style>