Shades of Golden Brown #9F5904
Tints of Golden Brown #9F5904
RGB
CMYK
RGB Variations
Color information
#9F5904 (or 0x9F5904) is known color: Golden Brown. HEX triplet: 9F, 59 and 04. RGB value is (159,89,4). Sum of RGB (Red+Green+Blue) = 159+89+4=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5904 is #60A6FB. Grayscale: #646464. Windows color (decimal): -6334204 or 285087. OLE color: 285087.
HSL color Cylindrical-coordinate representation of color #9F5904: hue angle of 32.9º 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 #9F5904 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 4 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.38 |
| HSL | 32.9º | 0.95% | 0.32% | - |
| HSV(B) | 32.9º | 0.97% | 0.62% | - |
| XYZ | 17.89 | 14.52 | 1.98 | - |
| YUV | 100.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 4 | 0 | 0.44 | 0.97 | 0.38 | 32.9 | 0.95 | 0.32 |
| Hex | 9F | 59 | 4 | 0 | 2C | 61 | 26 | 21 | 5F | 20 |
| Octal | 237 | 131 | 4 | 0 | 54 | 141 | 46 | 41 | 137 | 40 |
| Binary | 10011111 | 1011001 | 100 | 0 | 101100 | 1100001 | 100110 | 100001 | 1011111 | 100000 |
Color Harmonies of #9F5904
Complementary color
Monochromatic Colors of #9F5904
Black with #9F5904
Text Example
Text Example
White with #9F5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5904; }
p { color: rgb(159,89,4); }
H1.HeaderClassName
{
color: #9F5904;
}
.AnyTagClassName
{
color: #9F5904;
}
</style>
background-color css
<style>
a { background-color: #9F5904; }
a { background-color: rgb(159,89,4); }
div.DivClassName
{
background-color: #9F5904;
}
.BgClassName
{
background-color: #9F5904;
}
</style>
border-color css
<style>
span { border-color: #9F5904; }
span { border-color: rgb(159,89,4); }
td.TdClassName
{
border-color: #9F5904;
}
.TagClassName
{
border-color: #9F5904;
}
</style>