Shades of Saddle Brown #9E400A
Tints of Saddle Brown #9E400A
RGB
CMYK
RGB Variations
Color information
#9E400A (or 0x9E400A) is known color: Saddle Brown. HEX triplet: 9E, 40 and 0A. RGB value is (158,64,10). Sum of RGB (Red+Green+Blue) = 158+64+10=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E400A is #61BFF5. Grayscale: #565656. Windows color (decimal): -6406134 or 671902. OLE color: 671902.
HSL color Cylindrical-coordinate representation of color #9E400A: hue angle of 21.89º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E400A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.38 |
| HSL | 21.89º | 0.88% | 0.33% | - |
| HSV(B) | 21.89º | 0.94% | 0.62% | - |
| XYZ | 15.99 | 10.96 | 1.56 | - |
| YUV | 85.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 10 | 0 | 0.59 | 0.94 | 0.38 | 21.89 | 0.88 | 0.33 |
| Hex | 9E | 40 | A | 0 | 3B | 5E | 26 | 16 | 58 | 21 |
| Octal | 236 | 100 | 12 | 0 | 73 | 136 | 46 | 26 | 130 | 41 |
| Binary | 10011110 | 1000000 | 1010 | 0 | 111011 | 1011110 | 100110 | 10110 | 1011000 | 100001 |
Color Harmonies of #9E400A
Complementary color
Monochromatic Colors of #9E400A
Black with #9E400A
Text Example
Text Example
White with #9E400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E400A; }
p { color: rgb(158,64,10); }
H1.HeaderClassName
{
color: #9E400A;
}
.AnyTagClassName
{
color: #9E400A;
}
</style>
background-color css
<style>
a { background-color: #9E400A; }
a { background-color: rgb(158,64,10); }
div.DivClassName
{
background-color: #9E400A;
}
.BgClassName
{
background-color: #9E400A;
}
</style>
border-color css
<style>
span { border-color: #9E400A; }
span { border-color: rgb(158,64,10); }
td.TdClassName
{
border-color: #9E400A;
}
.TagClassName
{
border-color: #9E400A;
}
</style>