Shades of Saddle Brown #9F4A02
Tints of Saddle Brown #9F4A02
RGB
CMYK
RGB Variations
Color information
#9F4A02 (or 0x9F4A02) is known color: Saddle Brown. HEX triplet: 9F, 4A and 02. RGB value is (159,74,2). Sum of RGB (Red+Green+Blue) = 159+74+2=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4A02 is #60B5FD. Grayscale: #5B5B5B. Windows color (decimal): -6338046 or 150175. OLE color: 150175.
HSL color Cylindrical-coordinate representation of color #9F4A02: hue angle of 27.52º 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 #9F4A02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.38 |
| HSL | 27.52º | 0.98% | 0.32% | - |
| HSV(B) | 27.52º | 0.99% | 0.62% | - |
| XYZ | 16.76 | 12.27 | 1.54 | - |
| YUV | 91.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 2 | 0 | 0.53 | 0.99 | 0.38 | 27.52 | 0.98 | 0.32 |
| Hex | 9F | 4A | 2 | 0 | 35 | 63 | 26 | 1C | 62 | 20 |
| Octal | 237 | 112 | 2 | 0 | 65 | 143 | 46 | 34 | 142 | 40 |
| Binary | 10011111 | 1001010 | 10 | 0 | 110101 | 1100011 | 100110 | 11100 | 1100010 | 100000 |
Color Harmonies of #9F4A02
Complementary color
Monochromatic Colors of #9F4A02
Black with #9F4A02
Text Example
Text Example
White with #9F4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A02; }
p { color: rgb(159,74,2); }
H1.HeaderClassName
{
color: #9F4A02;
}
.AnyTagClassName
{
color: #9F4A02;
}
</style>
background-color css
<style>
a { background-color: #9F4A02; }
a { background-color: rgb(159,74,2); }
div.DivClassName
{
background-color: #9F4A02;
}
.BgClassName
{
background-color: #9F4A02;
}
</style>
border-color css
<style>
span { border-color: #9F4A02; }
span { border-color: rgb(159,74,2); }
td.TdClassName
{
border-color: #9F4A02;
}
.TagClassName
{
border-color: #9F4A02;
}
</style>