Shades of Golden Brown #9E5412
Tints of Golden Brown #9E5412
RGB
CMYK
RGB Variations
Color information
#9E5412 (or 0x9E5412) is known color: Golden Brown. HEX triplet: 9E, 54 and 12. RGB value is (158,84,18). Sum of RGB (Red+Green+Blue) = 158+84+18=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5412 is #61ABED. Grayscale: #626262. Windows color (decimal): -6401006 or 1201310. OLE color: 1201310.
HSL color Cylindrical-coordinate representation of color #9E5412: hue angle of 28.29º 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 #9E5412 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 18 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.38 |
| HSL | 28.29º | 0.8% | 0.35% | - |
| HSV(B) | 28.29º | 0.89% | 0.62% | - |
| XYZ | 17.38 | 13.65 | 2.29 | - |
| YUV | 98.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 18 | 0 | 0.47 | 0.89 | 0.38 | 28.29 | 0.8 | 0.35 |
| Hex | 9E | 54 | 12 | 0 | 2F | 59 | 26 | 1C | 50 | 23 |
| Octal | 236 | 124 | 22 | 0 | 57 | 131 | 46 | 34 | 120 | 43 |
| Binary | 10011110 | 1010100 | 10010 | 0 | 101111 | 1011001 | 100110 | 11100 | 1010000 | 100011 |
Color Harmonies of #9E5412
Complementary color
Monochromatic Colors of #9E5412
Black with #9E5412
Text Example
Text Example
White with #9E5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5412; }
p { color: rgb(158,84,18); }
H1.HeaderClassName
{
color: #9E5412;
}
.AnyTagClassName
{
color: #9E5412;
}
</style>
background-color css
<style>
a { background-color: #9E5412; }
a { background-color: rgb(158,84,18); }
div.DivClassName
{
background-color: #9E5412;
}
.BgClassName
{
background-color: #9E5412;
}
</style>
border-color css
<style>
span { border-color: #9E5412; }
span { border-color: rgb(158,84,18); }
td.TdClassName
{
border-color: #9E5412;
}
.TagClassName
{
border-color: #9E5412;
}
</style>