Shades of Golden Brown #9F7509
Tints of Golden Brown #9F7509
RGB
CMYK
RGB Variations
Color information
#9F7509 (or 0x9F7509) is known color: Golden Brown. HEX triplet: 9F, 75 and 09. RGB value is (159,117,9). Sum of RGB (Red+Green+Blue) = 159+117+9=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7509 is #608AF6. Grayscale: #757575. Windows color (decimal): -6327031 or 619935. OLE color: 619935.
HSL color Cylindrical-coordinate representation of color #9F7509: hue angle of 43.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 #9F7509 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 9 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.38 |
| HSL | 43.2º | 0.89% | 0.33% | - |
| HSV(B) | 43.2º | 0.94% | 0.62% | - |
| XYZ | 20.71 | 20.11 | 3.05 | - |
| YUV | 117.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 9 | 0 | 0.26 | 0.94 | 0.38 | 43.2 | 0.89 | 0.33 |
| Hex | 9F | 75 | 9 | 0 | 1A | 5E | 26 | 2B | 59 | 21 |
| Octal | 237 | 165 | 11 | 0 | 32 | 136 | 46 | 53 | 131 | 41 |
| Binary | 10011111 | 1110101 | 1001 | 0 | 11010 | 1011110 | 100110 | 101011 | 1011001 | 100001 |
Color Harmonies of #9F7509
Complementary color
Monochromatic Colors of #9F7509
Black with #9F7509
Text Example
Text Example
White with #9F7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7509; }
p { color: rgb(159,117,9); }
H1.HeaderClassName
{
color: #9F7509;
}
.AnyTagClassName
{
color: #9F7509;
}
</style>
background-color css
<style>
a { background-color: #9F7509; }
a { background-color: rgb(159,117,9); }
div.DivClassName
{
background-color: #9F7509;
}
.BgClassName
{
background-color: #9F7509;
}
</style>
border-color css
<style>
span { border-color: #9F7509; }
span { border-color: rgb(159,117,9); }
td.TdClassName
{
border-color: #9F7509;
}
.TagClassName
{
border-color: #9F7509;
}
</style>