Shades of Saddle Brown #9E4003
Tints of Saddle Brown #9E4003
RGB
CMYK
RGB Variations
Color information
#9E4003 (or 0x9E4003) is known color: Saddle Brown. HEX triplet: 9E, 40 and 03. RGB value is (158,64,3). Sum of RGB (Red+Green+Blue) = 158+64+3=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4003 is #61BFFC. Grayscale: #555555. Windows color (decimal): -6406141 or 213150. OLE color: 213150.
HSL color Cylindrical-coordinate representation of color #9E4003: hue angle of 23.61º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E4003 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.38 |
| HSL | 23.61º | 0.96% | 0.32% | - |
| HSV(B) | 23.61º | 0.98% | 0.62% | - |
| XYZ | 15.95 | 10.94 | 1.36 | - |
| YUV | 85.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 3 | 0 | 0.59 | 0.98 | 0.38 | 23.61 | 0.96 | 0.32 |
| Hex | 9E | 40 | 3 | 0 | 3B | 62 | 26 | 18 | 60 | 20 |
| Octal | 236 | 100 | 3 | 0 | 73 | 142 | 46 | 30 | 140 | 40 |
| Binary | 10011110 | 1000000 | 11 | 0 | 111011 | 1100010 | 100110 | 11000 | 1100000 | 100000 |
Color Harmonies of #9E4003
Complementary color
Monochromatic Colors of #9E4003
Black with #9E4003
Text Example
Text Example
White with #9E4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4003; }
p { color: rgb(158,64,3); }
H1.HeaderClassName
{
color: #9E4003;
}
.AnyTagClassName
{
color: #9E4003;
}
</style>
background-color css
<style>
a { background-color: #9E4003; }
a { background-color: rgb(158,64,3); }
div.DivClassName
{
background-color: #9E4003;
}
.BgClassName
{
background-color: #9E4003;
}
</style>
border-color css
<style>
span { border-color: #9E4003; }
span { border-color: rgb(158,64,3); }
td.TdClassName
{
border-color: #9E4003;
}
.TagClassName
{
border-color: #9E4003;
}
</style>