Shades of Saddle Brown #9E460C
Tints of Saddle Brown #9E460C
RGB
CMYK
RGB Variations
Color information
#9E460C (or 0x9E460C) is known color: Saddle Brown. HEX triplet: 9E, 46 and 0C. RGB value is (158,70,12). Sum of RGB (Red+Green+Blue) = 158+70+12=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E460C is #61B9F3. Grayscale: #5A5A5A. Windows color (decimal): -6404596 or 804510. OLE color: 804510.
HSL color Cylindrical-coordinate representation of color #9E460C: hue angle of 23.84º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E460C is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 12 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.38 |
| HSL | 23.84º | 0.86% | 0.33% | - |
| HSV(B) | 23.84º | 0.92% | 0.62% | - |
| XYZ | 16.36 | 11.68 | 1.74 | - |
| YUV | 89.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 12 | 0 | 0.56 | 0.92 | 0.38 | 23.84 | 0.86 | 0.33 |
| Hex | 9E | 46 | C | 0 | 38 | 5C | 26 | 18 | 56 | 21 |
| Octal | 236 | 106 | 14 | 0 | 70 | 134 | 46 | 30 | 126 | 41 |
| Binary | 10011110 | 1000110 | 1100 | 0 | 111000 | 1011100 | 100110 | 11000 | 1010110 | 100001 |
Color Harmonies of #9E460C
Complementary color
Monochromatic Colors of #9E460C
Black with #9E460C
Text Example
Text Example
White with #9E460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E460C; }
p { color: rgb(158,70,12); }
H1.HeaderClassName
{
color: #9E460C;
}
.AnyTagClassName
{
color: #9E460C;
}
</style>
background-color css
<style>
a { background-color: #9E460C; }
a { background-color: rgb(158,70,12); }
div.DivClassName
{
background-color: #9E460C;
}
.BgClassName
{
background-color: #9E460C;
}
</style>
border-color css
<style>
span { border-color: #9E460C; }
span { border-color: rgb(158,70,12); }
td.TdClassName
{
border-color: #9E460C;
}
.TagClassName
{
border-color: #9E460C;
}
</style>