Shades of Golden Brown #9F5A02
Tints of Golden Brown #9F5A02
RGB
CMYK
RGB Variations
Color information
#9F5A02 (or 0x9F5A02) is known color: Golden Brown. HEX triplet: 9F, 5A and 02. RGB value is (159,90,2). Sum of RGB (Red+Green+Blue) = 159+90+2=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5A02 is #60A5FD. Grayscale: #656565. Windows color (decimal): -6333950 or 154271. OLE color: 154271.
HSL color Cylindrical-coordinate representation of color #9F5A02: hue angle of 33.63º 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 #9F5A02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.38 |
| HSL | 33.63º | 0.98% | 0.32% | - |
| HSV(B) | 33.63º | 0.99% | 0.62% | - |
| XYZ | 17.97 | 14.69 | 1.95 | - |
| YUV | 100.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 2 | 0 | 0.43 | 0.99 | 0.38 | 33.63 | 0.98 | 0.32 |
| Hex | 9F | 5A | 2 | 0 | 2B | 63 | 26 | 22 | 62 | 20 |
| Octal | 237 | 132 | 2 | 0 | 53 | 143 | 46 | 42 | 142 | 40 |
| Binary | 10011111 | 1011010 | 10 | 0 | 101011 | 1100011 | 100110 | 100010 | 1100010 | 100000 |
Color Harmonies of #9F5A02
Complementary color
Monochromatic Colors of #9F5A02
Black with #9F5A02
Text Example
Text Example
White with #9F5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A02; }
p { color: rgb(159,90,2); }
H1.HeaderClassName
{
color: #9F5A02;
}
.AnyTagClassName
{
color: #9F5A02;
}
</style>
background-color css
<style>
a { background-color: #9F5A02; }
a { background-color: rgb(159,90,2); }
div.DivClassName
{
background-color: #9F5A02;
}
.BgClassName
{
background-color: #9F5A02;
}
</style>
border-color css
<style>
span { border-color: #9F5A02; }
span { border-color: rgb(159,90,2); }
td.TdClassName
{
border-color: #9F5A02;
}
.TagClassName
{
border-color: #9F5A02;
}
</style>