Shades of Golden Brown #9F7009
Tints of Golden Brown #9F7009
RGB
CMYK
RGB Variations
Color information
#9F7009 (or 0x9F7009) is known color: Golden Brown. HEX triplet: 9F, 70 and 09. RGB value is (159,112,9). Sum of RGB (Red+Green+Blue) = 159+112+9=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7009 is #608FF6. Grayscale: #727272. Windows color (decimal): -6328311 or 618655. OLE color: 618655.
HSL color Cylindrical-coordinate representation of color #9F7009: hue angle of 41.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F7009 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.38 |
| HSL | 41.2º | 0.89% | 0.33% | - |
| HSV(B) | 41.2º | 0.94% | 0.62% | - |
| XYZ | 20.14 | 18.98 | 2.86 | - |
| YUV | 114.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 9 | 0 | 0.30 | 0.94 | 0.38 | 41.2 | 0.89 | 0.33 |
| Hex | 9F | 70 | 9 | 0 | 1E | 5E | 26 | 29 | 59 | 21 |
| Octal | 237 | 160 | 11 | 0 | 36 | 136 | 46 | 51 | 131 | 41 |
| Binary | 10011111 | 1110000 | 1001 | 0 | 11110 | 1011110 | 100110 | 101001 | 1011001 | 100001 |
Color Harmonies of #9F7009
Complementary color
Monochromatic Colors of #9F7009
Black with #9F7009
Text Example
Text Example
White with #9F7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7009; }
p { color: rgb(159,112,9); }
H1.HeaderClassName
{
color: #9F7009;
}
.AnyTagClassName
{
color: #9F7009;
}
</style>
background-color css
<style>
a { background-color: #9F7009; }
a { background-color: rgb(159,112,9); }
div.DivClassName
{
background-color: #9F7009;
}
.BgClassName
{
background-color: #9F7009;
}
</style>
border-color css
<style>
span { border-color: #9F7009; }
span { border-color: rgb(159,112,9); }
td.TdClassName
{
border-color: #9F7009;
}
.TagClassName
{
border-color: #9F7009;
}
</style>