Shades of Saddle Brown #9E4312
Tints of Saddle Brown #9E4312
RGB
CMYK
RGB Variations
Color information
#9E4312 (or 0x9E4312) is known color: Saddle Brown. HEX triplet: 9E, 43 and 12. RGB value is (158,67,18). Sum of RGB (Red+Green+Blue) = 158+67+18=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4312 is #61BCED. Grayscale: #585858. Windows color (decimal): -6405358 or 1196958. OLE color: 1196958.
HSL color Cylindrical-coordinate representation of color #9E4312: hue angle of 21º 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 #9E4312 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 18 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.38 |
| HSL | 21º | 0.8% | 0.35% | - |
| HSV(B) | 21º | 0.89% | 0.62% | - |
| XYZ | 16.22 | 11.33 | 1.9 | - |
| YUV | 88.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 18 | 0 | 0.58 | 0.89 | 0.38 | 21 | 0.8 | 0.35 |
| Hex | 9E | 43 | 12 | 0 | 3A | 59 | 26 | 15 | 50 | 23 |
| Octal | 236 | 103 | 22 | 0 | 72 | 131 | 46 | 25 | 120 | 43 |
| Binary | 10011110 | 1000011 | 10010 | 0 | 111010 | 1011001 | 100110 | 10101 | 1010000 | 100011 |
Color Harmonies of #9E4312
Complementary color
Monochromatic Colors of #9E4312
Black with #9E4312
Text Example
Text Example
White with #9E4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4312; }
p { color: rgb(158,67,18); }
H1.HeaderClassName
{
color: #9E4312;
}
.AnyTagClassName
{
color: #9E4312;
}
</style>
background-color css
<style>
a { background-color: #9E4312; }
a { background-color: rgb(158,67,18); }
div.DivClassName
{
background-color: #9E4312;
}
.BgClassName
{
background-color: #9E4312;
}
</style>
border-color css
<style>
span { border-color: #9E4312; }
span { border-color: rgb(158,67,18); }
td.TdClassName
{
border-color: #9E4312;
}
.TagClassName
{
border-color: #9E4312;
}
</style>