Shades of Golden Brown #9E5712
Tints of Golden Brown #9E5712
RGB
CMYK
RGB Variations
Color information
#9E5712 (or 0x9E5712) is known color: Golden Brown. HEX triplet: 9E, 57 and 12. RGB value is (158,87,18). Sum of RGB (Red+Green+Blue) = 158+87+18=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5712 is #61A8ED. Grayscale: #646464. Windows color (decimal): -6400238 or 1202078. OLE color: 1202078.
HSL color Cylindrical-coordinate representation of color #9E5712: hue angle of 29.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 #9E5712 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 18 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.38 |
| HSL | 29.57º | 0.8% | 0.35% | - |
| HSV(B) | 29.57º | 0.89% | 0.62% | - |
| XYZ | 17.62 | 14.13 | 2.37 | - |
| YUV | 100.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 18 | 0 | 0.45 | 0.89 | 0.38 | 29.57 | 0.8 | 0.35 |
| Hex | 9E | 57 | 12 | 0 | 2D | 59 | 26 | 1E | 50 | 23 |
| Octal | 236 | 127 | 22 | 0 | 55 | 131 | 46 | 36 | 120 | 43 |
| Binary | 10011110 | 1010111 | 10010 | 0 | 101101 | 1011001 | 100110 | 11110 | 1010000 | 100011 |
Color Harmonies of #9E5712
Complementary color
Monochromatic Colors of #9E5712
Black with #9E5712
Text Example
Text Example
White with #9E5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5712; }
p { color: rgb(158,87,18); }
H1.HeaderClassName
{
color: #9E5712;
}
.AnyTagClassName
{
color: #9E5712;
}
</style>
background-color css
<style>
a { background-color: #9E5712; }
a { background-color: rgb(158,87,18); }
div.DivClassName
{
background-color: #9E5712;
}
.BgClassName
{
background-color: #9E5712;
}
</style>
border-color css
<style>
span { border-color: #9E5712; }
span { border-color: rgb(158,87,18); }
td.TdClassName
{
border-color: #9E5712;
}
.TagClassName
{
border-color: #9E5712;
}
</style>