Shades of Saddle Brown #9F4602
Tints of Saddle Brown #9F4602
RGB
CMYK
RGB Variations
Color information
#9F4602 (or 0x9F4602) is known color: Saddle Brown. HEX triplet: 9F, 46 and 02. RGB value is (159,70,2). Sum of RGB (Red+Green+Blue) = 159+70+2=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4602 is #60B9FD. Grayscale: #595959. Windows color (decimal): -6339070 or 149151. OLE color: 149151.
HSL color Cylindrical-coordinate representation of color #9F4602: hue angle of 25.99º 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 #9F4602 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.38 |
| HSL | 25.99º | 0.98% | 0.32% | - |
| HSV(B) | 25.99º | 0.99% | 0.62% | - |
| XYZ | 16.5 | 11.76 | 1.46 | - |
| YUV | 88.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 2 | 0 | 0.56 | 0.99 | 0.38 | 25.99 | 0.98 | 0.32 |
| Hex | 9F | 46 | 2 | 0 | 38 | 63 | 26 | 1A | 62 | 20 |
| Octal | 237 | 106 | 2 | 0 | 70 | 143 | 46 | 32 | 142 | 40 |
| Binary | 10011111 | 1000110 | 10 | 0 | 111000 | 1100011 | 100110 | 11010 | 1100010 | 100000 |
Color Harmonies of #9F4602
Complementary color
Monochromatic Colors of #9F4602
Black with #9F4602
Text Example
Text Example
White with #9F4602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4602; }
p { color: rgb(159,70,2); }
H1.HeaderClassName
{
color: #9F4602;
}
.AnyTagClassName
{
color: #9F4602;
}
</style>
background-color css
<style>
a { background-color: #9F4602; }
a { background-color: rgb(159,70,2); }
div.DivClassName
{
background-color: #9F4602;
}
.BgClassName
{
background-color: #9F4602;
}
</style>
border-color css
<style>
span { border-color: #9F4602; }
span { border-color: rgb(159,70,2); }
td.TdClassName
{
border-color: #9F4602;
}
.TagClassName
{
border-color: #9F4602;
}
</style>