Shades of Saddle Brown #9E4605
Tints of Saddle Brown #9E4605
RGB
CMYK
RGB Variations
Color information
#9E4605 (or 0x9E4605) is known color: Saddle Brown. HEX triplet: 9E, 46 and 05. RGB value is (158,70,5). Sum of RGB (Red+Green+Blue) = 158+70+5=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4605 is #61B9FA. Grayscale: #595959. Windows color (decimal): -6404603 or 345758. OLE color: 345758.
HSL color Cylindrical-coordinate representation of color #9E4605: hue angle of 25.49º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E4605 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.38 |
| HSL | 25.49º | 0.94% | 0.32% | - |
| HSV(B) | 25.49º | 0.97% | 0.62% | - |
| XYZ | 16.32 | 11.66 | 1.53 | - |
| YUV | 88.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 5 | 0 | 0.56 | 0.97 | 0.38 | 25.49 | 0.94 | 0.32 |
| Hex | 9E | 46 | 5 | 0 | 38 | 61 | 26 | 19 | 5E | 20 |
| Octal | 236 | 106 | 5 | 0 | 70 | 141 | 46 | 31 | 136 | 40 |
| Binary | 10011110 | 1000110 | 101 | 0 | 111000 | 1100001 | 100110 | 11001 | 1011110 | 100000 |
Color Harmonies of #9E4605
Complementary color
Monochromatic Colors of #9E4605
Black with #9E4605
Text Example
Text Example
White with #9E4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4605; }
p { color: rgb(158,70,5); }
H1.HeaderClassName
{
color: #9E4605;
}
.AnyTagClassName
{
color: #9E4605;
}
</style>
background-color css
<style>
a { background-color: #9E4605; }
a { background-color: rgb(158,70,5); }
div.DivClassName
{
background-color: #9E4605;
}
.BgClassName
{
background-color: #9E4605;
}
</style>
border-color css
<style>
span { border-color: #9E4605; }
span { border-color: rgb(158,70,5); }
td.TdClassName
{
border-color: #9E4605;
}
.TagClassName
{
border-color: #9E4605;
}
</style>