Shades of Saddle Brown #9E4C12
Tints of Saddle Brown #9E4C12
RGB
CMYK
RGB Variations
Color information
#9E4C12 (or 0x9E4C12) is known color: Saddle Brown. HEX triplet: 9E, 4C and 12. RGB value is (158,76,18). Sum of RGB (Red+Green+Blue) = 158+76+18=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4C12 is #61B3ED. Grayscale: #5E5E5E. Windows color (decimal): -6403054 or 1199262. OLE color: 1199262.
HSL color Cylindrical-coordinate representation of color #9E4C12: hue angle of 24.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E4C12 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 18 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.38 |
| HSL | 24.86º | 0.8% | 0.35% | - |
| HSV(B) | 24.86º | 0.89% | 0.62% | - |
| XYZ | 16.79 | 12.48 | 2.1 | - |
| YUV | 93.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 18 | 0 | 0.52 | 0.89 | 0.38 | 24.86 | 0.8 | 0.35 |
| Hex | 9E | 4C | 12 | 0 | 34 | 59 | 26 | 19 | 50 | 23 |
| Octal | 236 | 114 | 22 | 0 | 64 | 131 | 46 | 31 | 120 | 43 |
| Binary | 10011110 | 1001100 | 10010 | 0 | 110100 | 1011001 | 100110 | 11001 | 1010000 | 100011 |
Color Harmonies of #9E4C12
Complementary color
Monochromatic Colors of #9E4C12
Black with #9E4C12
Text Example
Text Example
White with #9E4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C12; }
p { color: rgb(158,76,18); }
H1.HeaderClassName
{
color: #9E4C12;
}
.AnyTagClassName
{
color: #9E4C12;
}
</style>
background-color css
<style>
a { background-color: #9E4C12; }
a { background-color: rgb(158,76,18); }
div.DivClassName
{
background-color: #9E4C12;
}
.BgClassName
{
background-color: #9E4C12;
}
</style>
border-color css
<style>
span { border-color: #9E4C12; }
span { border-color: rgb(158,76,18); }
td.TdClassName
{
border-color: #9E4C12;
}
.TagClassName
{
border-color: #9E4C12;
}
</style>