Shades of Golden Brown #9E5209
Tints of Golden Brown #9E5209
RGB
CMYK
RGB Variations
Color information
#9E5209 (or 0x9E5209) is known color: Golden Brown. HEX triplet: 9E, 52 and 09. RGB value is (158,82,9). Sum of RGB (Red+Green+Blue) = 158+82+9=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5209 is #61ADF6. Grayscale: #606060. Windows color (decimal): -6401527 or 610974. OLE color: 610974.
HSL color Cylindrical-coordinate representation of color #9E5209: hue angle of 29.4º 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 #9E5209 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 9 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.38 |
| HSL | 29.4º | 0.89% | 0.33% | - |
| HSV(B) | 29.4º | 0.94% | 0.62% | - |
| XYZ | 17.17 | 13.32 | 1.93 | - |
| YUV | 96.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 9 | 0 | 0.48 | 0.94 | 0.38 | 29.4 | 0.89 | 0.33 |
| Hex | 9E | 52 | 9 | 0 | 30 | 5E | 26 | 1D | 59 | 21 |
| Octal | 236 | 122 | 11 | 0 | 60 | 136 | 46 | 35 | 131 | 41 |
| Binary | 10011110 | 1010010 | 1001 | 0 | 110000 | 1011110 | 100110 | 11101 | 1011001 | 100001 |
Color Harmonies of #9E5209
Complementary color
Monochromatic Colors of #9E5209
Black with #9E5209
Text Example
Text Example
White with #9E5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5209; }
p { color: rgb(158,82,9); }
H1.HeaderClassName
{
color: #9E5209;
}
.AnyTagClassName
{
color: #9E5209;
}
</style>
background-color css
<style>
a { background-color: #9E5209; }
a { background-color: rgb(158,82,9); }
div.DivClassName
{
background-color: #9E5209;
}
.BgClassName
{
background-color: #9E5209;
}
</style>
border-color css
<style>
span { border-color: #9E5209; }
span { border-color: rgb(158,82,9); }
td.TdClassName
{
border-color: #9E5209;
}
.TagClassName
{
border-color: #9E5209;
}
</style>