Shades of Golden Brown #9E5E12
Tints of Golden Brown #9E5E12
RGB
CMYK
RGB Variations
Color information
#9E5E12 (or 0x9E5E12) is known color: Golden Brown. HEX triplet: 9E, 5E and 12. RGB value is (158,94,18). Sum of RGB (Red+Green+Blue) = 158+94+18=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5E12 is #61A1ED. Grayscale: #686868. Windows color (decimal): -6398446 or 1203870. OLE color: 1203870.
HSL color Cylindrical-coordinate representation of color #9E5E12: hue angle of 32.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 #9E5E12 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 94 | 18 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.38 |
| HSL | 32.57º | 0.8% | 0.35% | - |
| HSV(B) | 32.57º | 0.89% | 0.62% | - |
| XYZ | 18.21 | 15.32 | 2.57 | - |
| YUV | 104.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 18 | 0 | 0.41 | 0.89 | 0.38 | 32.57 | 0.8 | 0.35 |
| Hex | 9E | 5E | 12 | 0 | 29 | 59 | 26 | 21 | 50 | 23 |
| Octal | 236 | 136 | 22 | 0 | 51 | 131 | 46 | 41 | 120 | 43 |
| Binary | 10011110 | 1011110 | 10010 | 0 | 101001 | 1011001 | 100110 | 100001 | 1010000 | 100011 |
Color Harmonies of #9E5E12
Complementary color
Monochromatic Colors of #9E5E12
Black with #9E5E12
Text Example
Text Example
White with #9E5E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5E12; }
p { color: rgb(158,94,18); }
H1.HeaderClassName
{
color: #9E5E12;
}
.AnyTagClassName
{
color: #9E5E12;
}
</style>
background-color css
<style>
a { background-color: #9E5E12; }
a { background-color: rgb(158,94,18); }
div.DivClassName
{
background-color: #9E5E12;
}
.BgClassName
{
background-color: #9E5E12;
}
</style>
border-color css
<style>
span { border-color: #9E5E12; }
span { border-color: rgb(158,94,18); }
td.TdClassName
{
border-color: #9E5E12;
}
.TagClassName
{
border-color: #9E5E12;
}
</style>