Shades of Saddle Brown #9E400B
Tints of Saddle Brown #9E400B
RGB
CMYK
RGB Variations
Color information
#9E400B (or 0x9E400B) is known color: Saddle Brown. HEX triplet: 9E, 40 and 0B. RGB value is (158,64,11). Sum of RGB (Red+Green+Blue) = 158+64+11=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E400B is #61BFF4. Grayscale: #565656. Windows color (decimal): -6406133 or 737438. OLE color: 737438.
HSL color Cylindrical-coordinate representation of color #9E400B: hue angle of 21.63º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E400B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 11 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.38 |
| HSL | 21.63º | 0.87% | 0.33% | - |
| HSV(B) | 21.63º | 0.93% | 0.62% | - |
| XYZ | 15.99 | 10.96 | 1.59 | - |
| YUV | 86.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 11 | 0 | 0.59 | 0.93 | 0.38 | 21.63 | 0.87 | 0.33 |
| Hex | 9E | 40 | B | 0 | 3B | 5D | 26 | 16 | 57 | 21 |
| Octal | 236 | 100 | 13 | 0 | 73 | 135 | 46 | 26 | 127 | 41 |
| Binary | 10011110 | 1000000 | 1011 | 0 | 111011 | 1011101 | 100110 | 10110 | 1010111 | 100001 |
Color Harmonies of #9E400B
Complementary color
Monochromatic Colors of #9E400B
Black with #9E400B
Text Example
Text Example
White with #9E400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E400B; }
p { color: rgb(158,64,11); }
H1.HeaderClassName
{
color: #9E400B;
}
.AnyTagClassName
{
color: #9E400B;
}
</style>
background-color css
<style>
a { background-color: #9E400B; }
a { background-color: rgb(158,64,11); }
div.DivClassName
{
background-color: #9E400B;
}
.BgClassName
{
background-color: #9E400B;
}
</style>
border-color css
<style>
span { border-color: #9E400B; }
span { border-color: rgb(158,64,11); }
td.TdClassName
{
border-color: #9E400B;
}
.TagClassName
{
border-color: #9E400B;
}
</style>