Shades of Golden Brown #9E7009
Tints of Golden Brown #9E7009
RGB
CMYK
RGB Variations
Color information
#9E7009 (or 0x9E7009) is known color: Golden Brown. HEX triplet: 9E, 70 and 09. RGB value is (158,112,9). Sum of RGB (Red+Green+Blue) = 158+112+9=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7009 is #618FF6. Grayscale: #727272. Windows color (decimal): -6393847 or 618654. OLE color: 618654.
HSL color Cylindrical-coordinate representation of color #9E7009: hue angle of 41.48º 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 #9E7009 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 9 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.38 |
| HSL | 41.48º | 0.89% | 0.33% | - |
| HSV(B) | 41.48º | 0.94% | 0.62% | - |
| XYZ | 19.94 | 18.88 | 2.85 | - |
| YUV | 114.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 9 | 0 | 0.29 | 0.94 | 0.38 | 41.48 | 0.89 | 0.33 |
| Hex | 9E | 70 | 9 | 0 | 1D | 5E | 26 | 29 | 59 | 21 |
| Octal | 236 | 160 | 11 | 0 | 35 | 136 | 46 | 51 | 131 | 41 |
| Binary | 10011110 | 1110000 | 1001 | 0 | 11101 | 1011110 | 100110 | 101001 | 1011001 | 100001 |
Color Harmonies of #9E7009
Complementary color
Monochromatic Colors of #9E7009
Black with #9E7009
Text Example
Text Example
White with #9E7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7009; }
p { color: rgb(158,112,9); }
H1.HeaderClassName
{
color: #9E7009;
}
.AnyTagClassName
{
color: #9E7009;
}
</style>
background-color css
<style>
a { background-color: #9E7009; }
a { background-color: rgb(158,112,9); }
div.DivClassName
{
background-color: #9E7009;
}
.BgClassName
{
background-color: #9E7009;
}
</style>
border-color css
<style>
span { border-color: #9E7009; }
span { border-color: rgb(158,112,9); }
td.TdClassName
{
border-color: #9E7009;
}
.TagClassName
{
border-color: #9E7009;
}
</style>