Shades of Saddle Brown #9E4506
Tints of Saddle Brown #9E4506
RGB
CMYK
RGB Variations
Color information
#9E4506 (or 0x9E4506) is known color: Saddle Brown. HEX triplet: 9E, 45 and 06. RGB value is (158,69,6). Sum of RGB (Red+Green+Blue) = 158+69+6=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4506 is #61BAF9. Grayscale: #585858. Windows color (decimal): -6404858 or 411038. OLE color: 411038.
HSL color Cylindrical-coordinate representation of color #9E4506: hue angle of 24.87º degrees, saturation: 0.93, 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 #9E4506 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.38 |
| HSL | 24.87º | 0.93% | 0.32% | - |
| HSV(B) | 24.87º | 0.96% | 0.62% | - |
| XYZ | 16.26 | 11.54 | 1.54 | - |
| YUV | 88.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 6 | 0 | 0.56 | 0.96 | 0.38 | 24.87 | 0.93 | 0.32 |
| Hex | 9E | 45 | 6 | 0 | 38 | 60 | 26 | 19 | 5D | 20 |
| Octal | 236 | 105 | 6 | 0 | 70 | 140 | 46 | 31 | 135 | 40 |
| Binary | 10011110 | 1000101 | 110 | 0 | 111000 | 1100000 | 100110 | 11001 | 1011101 | 100000 |
Color Harmonies of #9E4506
Complementary color
Monochromatic Colors of #9E4506
Black with #9E4506
Text Example
Text Example
White with #9E4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4506; }
p { color: rgb(158,69,6); }
H1.HeaderClassName
{
color: #9E4506;
}
.AnyTagClassName
{
color: #9E4506;
}
</style>
background-color css
<style>
a { background-color: #9E4506; }
a { background-color: rgb(158,69,6); }
div.DivClassName
{
background-color: #9E4506;
}
.BgClassName
{
background-color: #9E4506;
}
</style>
border-color css
<style>
span { border-color: #9E4506; }
span { border-color: rgb(158,69,6); }
td.TdClassName
{
border-color: #9E4506;
}
.TagClassName
{
border-color: #9E4506;
}
</style>