Shades of Saddle Brown #9E4307
Tints of Saddle Brown #9E4307
RGB
CMYK
RGB Variations
Color information
#9E4307 (or 0x9E4307) is known color: Saddle Brown. HEX triplet: 9E, 43 and 07. RGB value is (158,67,7). Sum of RGB (Red+Green+Blue) = 158+67+7=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4307 is #61BCF8. Grayscale: #575757. Windows color (decimal): -6405369 or 476062. OLE color: 476062.
HSL color Cylindrical-coordinate representation of color #9E4307: hue angle of 23.84º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E4307 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.38 |
| HSL | 23.84º | 0.92% | 0.32% | - |
| HSV(B) | 23.84º | 0.96% | 0.62% | - |
| XYZ | 16.15 | 11.3 | 1.53 | - |
| YUV | 87.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 7 | 0 | 0.58 | 0.96 | 0.38 | 23.84 | 0.92 | 0.32 |
| Hex | 9E | 43 | 7 | 0 | 3A | 60 | 26 | 18 | 5C | 20 |
| Octal | 236 | 103 | 7 | 0 | 72 | 140 | 46 | 30 | 134 | 40 |
| Binary | 10011110 | 1000011 | 111 | 0 | 111010 | 1100000 | 100110 | 11000 | 1011100 | 100000 |
Color Harmonies of #9E4307
Complementary color
Monochromatic Colors of #9E4307
Black with #9E4307
Text Example
Text Example
White with #9E4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4307; }
p { color: rgb(158,67,7); }
H1.HeaderClassName
{
color: #9E4307;
}
.AnyTagClassName
{
color: #9E4307;
}
</style>
background-color css
<style>
a { background-color: #9E4307; }
a { background-color: rgb(158,67,7); }
div.DivClassName
{
background-color: #9E4307;
}
.BgClassName
{
background-color: #9E4307;
}
</style>
border-color css
<style>
span { border-color: #9E4307; }
span { border-color: rgb(158,67,7); }
td.TdClassName
{
border-color: #9E4307;
}
.TagClassName
{
border-color: #9E4307;
}
</style>