Shades of Golden Brown #9F5902
Tints of Golden Brown #9F5902
RGB
CMYK
RGB Variations
Color information
#9F5902 (or 0x9F5902) is known color: Golden Brown. HEX triplet: 9F, 59 and 02. RGB value is (159,89,2). Sum of RGB (Red+Green+Blue) = 159+89+2=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5902 is #60A6FD. Grayscale: #646464. Windows color (decimal): -6334206 or 154015. OLE color: 154015.
HSL color Cylindrical-coordinate representation of color #9F5902: hue angle of 33.25º 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 #9F5902 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.38 |
| HSL | 33.25º | 0.98% | 0.32% | - |
| HSV(B) | 33.25º | 0.99% | 0.62% | - |
| XYZ | 17.88 | 14.52 | 1.92 | - |
| YUV | 100.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 2 | 0 | 0.44 | 0.99 | 0.38 | 33.25 | 0.98 | 0.32 |
| Hex | 9F | 59 | 2 | 0 | 2C | 63 | 26 | 21 | 62 | 20 |
| Octal | 237 | 131 | 2 | 0 | 54 | 143 | 46 | 41 | 142 | 40 |
| Binary | 10011111 | 1011001 | 10 | 0 | 101100 | 1100011 | 100110 | 100001 | 1100010 | 100000 |
Color Harmonies of #9F5902
Complementary color
Monochromatic Colors of #9F5902
Black with #9F5902
Text Example
Text Example
White with #9F5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5902; }
p { color: rgb(159,89,2); }
H1.HeaderClassName
{
color: #9F5902;
}
.AnyTagClassName
{
color: #9F5902;
}
</style>
background-color css
<style>
a { background-color: #9F5902; }
a { background-color: rgb(159,89,2); }
div.DivClassName
{
background-color: #9F5902;
}
.BgClassName
{
background-color: #9F5902;
}
</style>
border-color css
<style>
span { border-color: #9F5902; }
span { border-color: rgb(159,89,2); }
td.TdClassName
{
border-color: #9F5902;
}
.TagClassName
{
border-color: #9F5902;
}
</style>