Shades of Golden Brown #9E7415
Tints of Golden Brown #9E7415
RGB
CMYK
RGB Variations
Color information
#9E7415 (or 0x9E7415) is known color: Golden Brown. HEX triplet: 9E, 74 and 15. RGB value is (158,116,21). Sum of RGB (Red+Green+Blue) = 158+116+21=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7415 is #618BEA. Grayscale: #767676. Windows color (decimal): -6392811 or 1406110. OLE color: 1406110.
HSL color Cylindrical-coordinate representation of color #9E7415: hue angle of 41.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E7415 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 21 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.38 |
| HSL | 41.61º | 0.77% | 0.35% | - |
| HSV(B) | 41.61º | 0.87% | 0.62% | - |
| XYZ | 20.48 | 19.81 | 3.45 | - |
| YUV | 117.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 21 | 0 | 0.27 | 0.87 | 0.38 | 41.61 | 0.77 | 0.35 |
| Hex | 9E | 74 | 15 | 0 | 1B | 57 | 26 | 2A | 4D | 23 |
| Octal | 236 | 164 | 25 | 0 | 33 | 127 | 46 | 52 | 115 | 43 |
| Binary | 10011110 | 1110100 | 10101 | 0 | 11011 | 1010111 | 100110 | 101010 | 1001101 | 100011 |
Color Harmonies of #9E7415
Complementary color
Monochromatic Colors of #9E7415
Black with #9E7415
Text Example
Text Example
White with #9E7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7415; }
p { color: rgb(158,116,21); }
H1.HeaderClassName
{
color: #9E7415;
}
.AnyTagClassName
{
color: #9E7415;
}
</style>
background-color css
<style>
a { background-color: #9E7415; }
a { background-color: rgb(158,116,21); }
div.DivClassName
{
background-color: #9E7415;
}
.BgClassName
{
background-color: #9E7415;
}
</style>
border-color css
<style>
span { border-color: #9E7415; }
span { border-color: rgb(158,116,21); }
td.TdClassName
{
border-color: #9E7415;
}
.TagClassName
{
border-color: #9E7415;
}
</style>