Shades of Saddle Brown #9F4904
Tints of Saddle Brown #9F4904
RGB
CMYK
RGB Variations
Color information
#9F4904 (or 0x9F4904) is known color: Saddle Brown. HEX triplet: 9F, 49 and 04. RGB value is (159,73,4). Sum of RGB (Red+Green+Blue) = 159+73+4=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4904 is #60B6FB. Grayscale: #5B5B5B. Windows color (decimal): -6338300 or 280991. OLE color: 280991.
HSL color Cylindrical-coordinate representation of color #9F4904: hue angle of 26.71º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F4904 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 4 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.38 |
| HSL | 26.71º | 0.95% | 0.32% | - |
| HSV(B) | 26.71º | 0.97% | 0.62% | - |
| XYZ | 16.7 | 12.14 | 1.58 | - |
| YUV | 90.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 4 | 0 | 0.54 | 0.97 | 0.38 | 26.71 | 0.95 | 0.32 |
| Hex | 9F | 49 | 4 | 0 | 36 | 61 | 26 | 1B | 5F | 20 |
| Octal | 237 | 111 | 4 | 0 | 66 | 141 | 46 | 33 | 137 | 40 |
| Binary | 10011111 | 1001001 | 100 | 0 | 110110 | 1100001 | 100110 | 11011 | 1011111 | 100000 |
Color Harmonies of #9F4904
Complementary color
Monochromatic Colors of #9F4904
Black with #9F4904
Text Example
Text Example
White with #9F4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4904; }
p { color: rgb(159,73,4); }
H1.HeaderClassName
{
color: #9F4904;
}
.AnyTagClassName
{
color: #9F4904;
}
</style>
background-color css
<style>
a { background-color: #9F4904; }
a { background-color: rgb(159,73,4); }
div.DivClassName
{
background-color: #9F4904;
}
.BgClassName
{
background-color: #9F4904;
}
</style>
border-color css
<style>
span { border-color: #9F4904; }
span { border-color: rgb(159,73,4); }
td.TdClassName
{
border-color: #9F4904;
}
.TagClassName
{
border-color: #9F4904;
}
</style>