Shades of Saddle Brown #9F4F02
Tints of Saddle Brown #9F4F02
RGB
CMYK
RGB Variations
Color information
#9F4F02 (or 0x9F4F02) is known color: Saddle Brown. HEX triplet: 9F, 4F and 02. RGB value is (159,79,2). Sum of RGB (Red+Green+Blue) = 159+79+2=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4F02 is #60B0FD. Grayscale: #5E5E5E. Windows color (decimal): -6336766 or 151455. OLE color: 151455.
HSL color Cylindrical-coordinate representation of color #9F4F02: hue angle of 29.43º 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 #9F4F02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.38 |
| HSL | 29.43º | 0.98% | 0.32% | - |
| HSV(B) | 29.43º | 0.99% | 0.62% | - |
| XYZ | 17.11 | 12.97 | 1.66 | - |
| YUV | 94.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 2 | 0 | 0.50 | 0.99 | 0.38 | 29.43 | 0.98 | 0.32 |
| Hex | 9F | 4F | 2 | 0 | 32 | 63 | 26 | 1D | 62 | 20 |
| Octal | 237 | 117 | 2 | 0 | 62 | 143 | 46 | 35 | 142 | 40 |
| Binary | 10011111 | 1001111 | 10 | 0 | 110010 | 1100011 | 100110 | 11101 | 1100010 | 100000 |
Color Harmonies of #9F4F02
Complementary color
Monochromatic Colors of #9F4F02
Black with #9F4F02
Text Example
Text Example
White with #9F4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F02; }
p { color: rgb(159,79,2); }
H1.HeaderClassName
{
color: #9F4F02;
}
.AnyTagClassName
{
color: #9F4F02;
}
</style>
background-color css
<style>
a { background-color: #9F4F02; }
a { background-color: rgb(159,79,2); }
div.DivClassName
{
background-color: #9F4F02;
}
.BgClassName
{
background-color: #9F4F02;
}
</style>
border-color css
<style>
span { border-color: #9F4F02; }
span { border-color: rgb(159,79,2); }
td.TdClassName
{
border-color: #9F4F02;
}
.TagClassName
{
border-color: #9F4F02;
}
</style>