Shades of Saddle Brown #9E4304
Tints of Saddle Brown #9E4304
RGB
CMYK
RGB Variations
Color information
#9E4304 (or 0x9E4304) is known color: Saddle Brown. HEX triplet: 9E, 43 and 04. RGB value is (158,67,4). Sum of RGB (Red+Green+Blue) = 158+67+4=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4304 is #61BCFB. Grayscale: #575757. Windows color (decimal): -6405372 or 279454. OLE color: 279454.
HSL color Cylindrical-coordinate representation of color #9E4304: hue angle of 24.55º degrees, saturation: 0.95, 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 #9E4304 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 4 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.38 |
| HSL | 24.55º | 0.95% | 0.32% | - |
| HSV(B) | 24.55º | 0.97% | 0.62% | - |
| XYZ | 16.13 | 11.29 | 1.44 | - |
| YUV | 87.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 4 | 0 | 0.58 | 0.97 | 0.38 | 24.55 | 0.95 | 0.32 |
| Hex | 9E | 43 | 4 | 0 | 3A | 61 | 26 | 19 | 5F | 20 |
| Octal | 236 | 103 | 4 | 0 | 72 | 141 | 46 | 31 | 137 | 40 |
| Binary | 10011110 | 1000011 | 100 | 0 | 111010 | 1100001 | 100110 | 11001 | 1011111 | 100000 |
Color Harmonies of #9E4304
Complementary color
Monochromatic Colors of #9E4304
Black with #9E4304
Text Example
Text Example
White with #9E4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4304; }
p { color: rgb(158,67,4); }
H1.HeaderClassName
{
color: #9E4304;
}
.AnyTagClassName
{
color: #9E4304;
}
</style>
background-color css
<style>
a { background-color: #9E4304; }
a { background-color: rgb(158,67,4); }
div.DivClassName
{
background-color: #9E4304;
}
.BgClassName
{
background-color: #9E4304;
}
</style>
border-color css
<style>
span { border-color: #9E4304; }
span { border-color: rgb(158,67,4); }
td.TdClassName
{
border-color: #9E4304;
}
.TagClassName
{
border-color: #9E4304;
}
</style>