Shades of Saddle Brown #9F4802
Tints of Saddle Brown #9F4802
RGB
CMYK
RGB Variations
Color information
#9F4802 (or 0x9F4802) is known color: Saddle Brown. HEX triplet: 9F, 48 and 02. RGB value is (159,72,2). Sum of RGB (Red+Green+Blue) = 159+72+2=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4802 is #60B7FD. Grayscale: #5A5A5A. Windows color (decimal): -6338558 or 149663. OLE color: 149663.
HSL color Cylindrical-coordinate representation of color #9F4802: hue angle of 26.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F4802 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.38 |
| HSL | 26.75º | 0.98% | 0.32% | - |
| HSV(B) | 26.75º | 0.99% | 0.62% | - |
| XYZ | 16.63 | 12.01 | 1.5 | - |
| YUV | 90.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 2 | 0 | 0.55 | 0.99 | 0.38 | 26.75 | 0.98 | 0.32 |
| Hex | 9F | 48 | 2 | 0 | 37 | 63 | 26 | 1B | 62 | 20 |
| Octal | 237 | 110 | 2 | 0 | 67 | 143 | 46 | 33 | 142 | 40 |
| Binary | 10011111 | 1001000 | 10 | 0 | 110111 | 1100011 | 100110 | 11011 | 1100010 | 100000 |
Color Harmonies of #9F4802
Complementary color
Monochromatic Colors of #9F4802
Black with #9F4802
Text Example
Text Example
White with #9F4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4802; }
p { color: rgb(159,72,2); }
H1.HeaderClassName
{
color: #9F4802;
}
.AnyTagClassName
{
color: #9F4802;
}
</style>
background-color css
<style>
a { background-color: #9F4802; }
a { background-color: rgb(159,72,2); }
div.DivClassName
{
background-color: #9F4802;
}
.BgClassName
{
background-color: #9F4802;
}
</style>
border-color css
<style>
span { border-color: #9F4802; }
span { border-color: rgb(159,72,2); }
td.TdClassName
{
border-color: #9F4802;
}
.TagClassName
{
border-color: #9F4802;
}
</style>