Shades of Saddle Brown #9E4802
Tints of Saddle Brown #9E4802
RGB
CMYK
RGB Variations
Color information
#9E4802 (or 0x9E4802) is known color: Saddle Brown. HEX triplet: 9E, 48 and 02. RGB value is (158,72,2). Sum of RGB (Red+Green+Blue) = 158+72+2=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4802 is #61B7FD. Grayscale: #5A5A5A. Windows color (decimal): -6404094 or 149662. OLE color: 149662.
HSL color Cylindrical-coordinate representation of color #9E4802: hue angle of 26.92º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E4802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.38 |
| HSL | 26.92º | 0.98% | 0.31% | - |
| HSV(B) | 26.92º | 0.99% | 0.62% | - |
| XYZ | 16.43 | 11.91 | 1.49 | - |
| YUV | 89.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 2 | 0 | 0.54 | 0.99 | 0.38 | 26.92 | 0.98 | 0.31 |
| Hex | 9E | 48 | 2 | 0 | 36 | 63 | 26 | 1B | 62 | 1F |
| Octal | 236 | 110 | 2 | 0 | 66 | 143 | 46 | 33 | 142 | 37 |
| Binary | 10011110 | 1001000 | 10 | 0 | 110110 | 1100011 | 100110 | 11011 | 1100010 | 11111 |
Color Harmonies of #9E4802
Complementary color
Monochromatic Colors of #9E4802
Black with #9E4802
Text Example
Text Example
White with #9E4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4802; }
p { color: rgb(158,72,2); }
H1.HeaderClassName
{
color: #9E4802;
}
.AnyTagClassName
{
color: #9E4802;
}
</style>
background-color css
<style>
a { background-color: #9E4802; }
a { background-color: rgb(158,72,2); }
div.DivClassName
{
background-color: #9E4802;
}
.BgClassName
{
background-color: #9E4802;
}
</style>
border-color css
<style>
span { border-color: #9E4802; }
span { border-color: rgb(158,72,2); }
td.TdClassName
{
border-color: #9E4802;
}
.TagClassName
{
border-color: #9E4802;
}
</style>