Shades of Golden Brown #9E7312
Tints of Golden Brown #9E7312
RGB
CMYK
RGB Variations
Color information
#9E7312 (or 0x9E7312) is known color: Golden Brown. HEX triplet: 9E, 73 and 12. RGB value is (158,115,18). Sum of RGB (Red+Green+Blue) = 158+115+18=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7312 is #618CED. Grayscale: #757575. Windows color (decimal): -6393070 or 1209246. OLE color: 1209246.
HSL color Cylindrical-coordinate representation of color #9E7312: hue angle of 41.57º 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 #9E7312 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 18 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.38 |
| HSL | 41.57º | 0.8% | 0.35% | - |
| HSV(B) | 41.57º | 0.89% | 0.62% | - |
| XYZ | 20.34 | 19.57 | 3.28 | - |
| YUV | 116.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 18 | 0 | 0.27 | 0.89 | 0.38 | 41.57 | 0.8 | 0.35 |
| Hex | 9E | 73 | 12 | 0 | 1B | 59 | 26 | 2A | 50 | 23 |
| Octal | 236 | 163 | 22 | 0 | 33 | 131 | 46 | 52 | 120 | 43 |
| Binary | 10011110 | 1110011 | 10010 | 0 | 11011 | 1011001 | 100110 | 101010 | 1010000 | 100011 |
Color Harmonies of #9E7312
Complementary color
Monochromatic Colors of #9E7312
Black with #9E7312
Text Example
Text Example
White with #9E7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7312; }
p { color: rgb(158,115,18); }
H1.HeaderClassName
{
color: #9E7312;
}
.AnyTagClassName
{
color: #9E7312;
}
</style>
background-color css
<style>
a { background-color: #9E7312; }
a { background-color: rgb(158,115,18); }
div.DivClassName
{
background-color: #9E7312;
}
.BgClassName
{
background-color: #9E7312;
}
</style>
border-color css
<style>
span { border-color: #9E7312; }
span { border-color: rgb(158,115,18); }
td.TdClassName
{
border-color: #9E7312;
}
.TagClassName
{
border-color: #9E7312;
}
</style>