Shades of Saddle Brown #9E4F0D
Tints of Saddle Brown #9E4F0D
RGB
CMYK
RGB Variations
Color information
#9E4F0D (or 0x9E4F0D) is known color: Saddle Brown. HEX triplet: 9E, 4F and 0D. RGB value is (158,79,13). Sum of RGB (Red+Green+Blue) = 158+79+13=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4F0D is #61B0F2. Grayscale: #5F5F5F. Windows color (decimal): -6402291 or 872350. OLE color: 872350.
HSL color Cylindrical-coordinate representation of color #9E4F0D: hue angle of 27.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E4F0D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 79 | 13 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.38 |
| HSL | 27.31º | 0.85% | 0.34% | - |
| HSV(B) | 27.31º | 0.92% | 0.62% | - |
| XYZ | 16.97 | 12.89 | 1.97 | - |
| YUV | 95.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 13 | 0 | 0.50 | 0.92 | 0.38 | 27.31 | 0.85 | 0.34 |
| Hex | 9E | 4F | D | 0 | 32 | 5C | 26 | 1B | 55 | 22 |
| Octal | 236 | 117 | 15 | 0 | 62 | 134 | 46 | 33 | 125 | 42 |
| Binary | 10011110 | 1001111 | 1101 | 0 | 110010 | 1011100 | 100110 | 11011 | 1010101 | 100010 |
Color Harmonies of #9E4F0D
Complementary color
Monochromatic Colors of #9E4F0D
Black with #9E4F0D
Text Example
Text Example
White with #9E4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4F0D; }
p { color: rgb(158,79,13); }
H1.HeaderClassName
{
color: #9E4F0D;
}
.AnyTagClassName
{
color: #9E4F0D;
}
</style>
background-color css
<style>
a { background-color: #9E4F0D; }
a { background-color: rgb(158,79,13); }
div.DivClassName
{
background-color: #9E4F0D;
}
.BgClassName
{
background-color: #9E4F0D;
}
</style>
border-color css
<style>
span { border-color: #9E4F0D; }
span { border-color: rgb(158,79,13); }
td.TdClassName
{
border-color: #9E4F0D;
}
.TagClassName
{
border-color: #9E4F0D;
}
</style>