Shades of Golden Brown #9E711E
Tints of Golden Brown #9E711E
RGB
CMYK
RGB Variations
Color information
#9E711E (or 0x9E711E) is known color: Golden Brown. HEX triplet: 9E, 71 and 1E. RGB value is (158,113,30). Sum of RGB (Red+Green+Blue) = 158+113+30=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E711E is #618EE1. Grayscale: #757575. Windows color (decimal): -6393570 or 1995166. OLE color: 1995166.
HSL color Cylindrical-coordinate representation of color #9E711E: hue angle of 38.91º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E711E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 30 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.38 |
| HSL | 38.91º | 0.68% | 0.37% | - |
| HSV(B) | 38.91º | 0.81% | 0.62% | - |
| XYZ | 20.24 | 19.17 | 3.86 | - |
| YUV | 116.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 30 | 0 | 0.28 | 0.81 | 0.38 | 38.91 | 0.68 | 0.37 |
| Hex | 9E | 71 | 1E | 0 | 1C | 51 | 26 | 27 | 44 | 25 |
| Octal | 236 | 161 | 36 | 0 | 34 | 121 | 46 | 47 | 104 | 45 |
| Binary | 10011110 | 1110001 | 11110 | 0 | 11100 | 1010001 | 100110 | 100111 | 1000100 | 100101 |
Color Harmonies of #9E711E
Complementary color
Monochromatic Colors of #9E711E
Black with #9E711E
Text Example
Text Example
White with #9E711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E711E; }
p { color: rgb(158,113,30); }
H1.HeaderClassName
{
color: #9E711E;
}
.AnyTagClassName
{
color: #9E711E;
}
</style>
background-color css
<style>
a { background-color: #9E711E; }
a { background-color: rgb(158,113,30); }
div.DivClassName
{
background-color: #9E711E;
}
.BgClassName
{
background-color: #9E711E;
}
</style>
border-color css
<style>
span { border-color: #9E711E; }
span { border-color: rgb(158,113,30); }
td.TdClassName
{
border-color: #9E711E;
}
.TagClassName
{
border-color: #9E711E;
}
</style>