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