Shades of Golden Brown #9F7209
Tints of Golden Brown #9F7209
RGB
CMYK
RGB Variations
Color information
#9F7209 (or 0x9F7209) is known color: Golden Brown. HEX triplet: 9F, 72 and 09. RGB value is (159,114,9). Sum of RGB (Red+Green+Blue) = 159+114+9=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7209 is #608DF6. Grayscale: #737373. Windows color (decimal): -6327799 or 619167. OLE color: 619167.
HSL color Cylindrical-coordinate representation of color #9F7209: hue angle of 42º 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 #9F7209 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 9 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.38 |
| HSL | 42º | 0.89% | 0.33% | - |
| HSV(B) | 42º | 0.94% | 0.62% | - |
| XYZ | 20.36 | 19.43 | 2.93 | - |
| YUV | 115.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 9 | 0 | 0.28 | 0.94 | 0.38 | 42 | 0.89 | 0.33 |
| Hex | 9F | 72 | 9 | 0 | 1C | 5E | 26 | 2A | 59 | 21 |
| Octal | 237 | 162 | 11 | 0 | 34 | 136 | 46 | 52 | 131 | 41 |
| Binary | 10011111 | 1110010 | 1001 | 0 | 11100 | 1011110 | 100110 | 101010 | 1011001 | 100001 |
Color Harmonies of #9F7209
Complementary color
Monochromatic Colors of #9F7209
Black with #9F7209
Text Example
Text Example
White with #9F7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7209; }
p { color: rgb(159,114,9); }
H1.HeaderClassName
{
color: #9F7209;
}
.AnyTagClassName
{
color: #9F7209;
}
</style>
background-color css
<style>
a { background-color: #9F7209; }
a { background-color: rgb(159,114,9); }
div.DivClassName
{
background-color: #9F7209;
}
.BgClassName
{
background-color: #9F7209;
}
</style>
border-color css
<style>
span { border-color: #9F7209; }
span { border-color: rgb(159,114,9); }
td.TdClassName
{
border-color: #9F7209;
}
.TagClassName
{
border-color: #9F7209;
}
</style>