Shades of Golden Brown #9F7202
Tints of Golden Brown #9F7202
RGB
CMYK
RGB Variations
Color information
#9F7202 (or 0x9F7202) is known color: Golden Brown. HEX triplet: 9F, 72 and 02. RGB value is (159,114,2). Sum of RGB (Red+Green+Blue) = 159+114+2=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7202 is #608DFD. Grayscale: #737373. Windows color (decimal): -6327806 or 160415. OLE color: 160415.
HSL color Cylindrical-coordinate representation of color #9F7202: hue angle of 42.8º 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 #9F7202 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.38 |
| HSL | 42.8º | 0.98% | 0.32% | - |
| HSV(B) | 42.8º | 0.99% | 0.62% | - |
| XYZ | 20.33 | 19.41 | 2.73 | - |
| YUV | 114.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 2 | 0 | 0.28 | 0.99 | 0.38 | 42.8 | 0.98 | 0.32 |
| Hex | 9F | 72 | 2 | 0 | 1C | 63 | 26 | 2B | 62 | 20 |
| Octal | 237 | 162 | 2 | 0 | 34 | 143 | 46 | 53 | 142 | 40 |
| Binary | 10011111 | 1110010 | 10 | 0 | 11100 | 1100011 | 100110 | 101011 | 1100010 | 100000 |
Color Harmonies of #9F7202
Complementary color
Monochromatic Colors of #9F7202
Black with #9F7202
Text Example
Text Example
White with #9F7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7202; }
p { color: rgb(159,114,2); }
H1.HeaderClassName
{
color: #9F7202;
}
.AnyTagClassName
{
color: #9F7202;
}
</style>
background-color css
<style>
a { background-color: #9F7202; }
a { background-color: rgb(159,114,2); }
div.DivClassName
{
background-color: #9F7202;
}
.BgClassName
{
background-color: #9F7202;
}
</style>
border-color css
<style>
span { border-color: #9F7202; }
span { border-color: rgb(159,114,2); }
td.TdClassName
{
border-color: #9F7202;
}
.TagClassName
{
border-color: #9F7202;
}
</style>