Shades of Saddle Brown #9E460D
Tints of Saddle Brown #9E460D
RGB
CMYK
RGB Variations
Color information
#9E460D (or 0x9E460D) is known color: Saddle Brown. HEX triplet: 9E, 46 and 0D. RGB value is (158,70,13). Sum of RGB (Red+Green+Blue) = 158+70+13=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E460D is #61B9F2. Grayscale: #5A5A5A. Windows color (decimal): -6404595 or 870046. OLE color: 870046.
HSL color Cylindrical-coordinate representation of color #9E460D: hue angle of 23.59º 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 #9E460D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.38 |
| HSL | 23.59º | 0.85% | 0.34% | - |
| HSV(B) | 23.59º | 0.92% | 0.62% | - |
| XYZ | 16.36 | 11.68 | 1.77 | - |
| YUV | 89.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 13 | 0 | 0.56 | 0.92 | 0.38 | 23.59 | 0.85 | 0.34 |
| Hex | 9E | 46 | D | 0 | 38 | 5C | 26 | 18 | 55 | 22 |
| Octal | 236 | 106 | 15 | 0 | 70 | 134 | 46 | 30 | 125 | 42 |
| Binary | 10011110 | 1000110 | 1101 | 0 | 111000 | 1011100 | 100110 | 11000 | 1010101 | 100010 |
Color Harmonies of #9E460D
Complementary color
Monochromatic Colors of #9E460D
Black with #9E460D
Text Example
Text Example
White with #9E460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E460D; }
p { color: rgb(158,70,13); }
H1.HeaderClassName
{
color: #9E460D;
}
.AnyTagClassName
{
color: #9E460D;
}
</style>
background-color css
<style>
a { background-color: #9E460D; }
a { background-color: rgb(158,70,13); }
div.DivClassName
{
background-color: #9E460D;
}
.BgClassName
{
background-color: #9E460D;
}
</style>
border-color css
<style>
span { border-color: #9E460D; }
span { border-color: rgb(158,70,13); }
td.TdClassName
{
border-color: #9E460D;
}
.TagClassName
{
border-color: #9E460D;
}
</style>