Shades of Golden Brown #9E7412
Tints of Golden Brown #9E7412
RGB
CMYK
RGB Variations
Color information
#9E7412 (or 0x9E7412) is known color: Golden Brown. HEX triplet: 9E, 74 and 12. RGB value is (158,116,18). Sum of RGB (Red+Green+Blue) = 158+116+18=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7412 is #618BED. Grayscale: #757575. Windows color (decimal): -6392814 or 1209502. OLE color: 1209502.
HSL color Cylindrical-coordinate representation of color #9E7412: hue angle of 42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E7412 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 18 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.38 |
| HSL | 42º | 0.8% | 0.35% | - |
| HSV(B) | 42º | 0.89% | 0.62% | - |
| XYZ | 20.46 | 19.8 | 3.32 | - |
| YUV | 117.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 18 | 0 | 0.27 | 0.89 | 0.38 | 42 | 0.8 | 0.35 |
| Hex | 9E | 74 | 12 | 0 | 1B | 59 | 26 | 2A | 50 | 23 |
| Octal | 236 | 164 | 22 | 0 | 33 | 131 | 46 | 52 | 120 | 43 |
| Binary | 10011110 | 1110100 | 10010 | 0 | 11011 | 1011001 | 100110 | 101010 | 1010000 | 100011 |
Color Harmonies of #9E7412
Complementary color
Monochromatic Colors of #9E7412
Black with #9E7412
Text Example
Text Example
White with #9E7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7412; }
p { color: rgb(158,116,18); }
H1.HeaderClassName
{
color: #9E7412;
}
.AnyTagClassName
{
color: #9E7412;
}
</style>
background-color css
<style>
a { background-color: #9E7412; }
a { background-color: rgb(158,116,18); }
div.DivClassName
{
background-color: #9E7412;
}
.BgClassName
{
background-color: #9E7412;
}
</style>
border-color css
<style>
span { border-color: #9E7412; }
span { border-color: rgb(158,116,18); }
td.TdClassName
{
border-color: #9E7412;
}
.TagClassName
{
border-color: #9E7412;
}
</style>