Shades of Rich Gold #9E4E15
Tints of Rich Gold #9E4E15
RGB
CMYK
RGB Variations
Color information
#9E4E15 (or 0x9E4E15) is known color: Rich Gold. HEX triplet: 9E, 4E and 15. RGB value is (158,78,21). Sum of RGB (Red+Green+Blue) = 158+78+21=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4E15 is #61B1EA. Grayscale: #5F5F5F. Windows color (decimal): -6402539 or 1396382. OLE color: 1396382.
HSL color Cylindrical-coordinate representation of color #9E4E15: hue angle of 24.96º 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 #9E4E15 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 78 | 21 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.38 |
| HSL | 24.96º | 0.77% | 0.35% | - |
| HSV(B) | 24.96º | 0.87% | 0.62% | - |
| XYZ | 16.96 | 12.77 | 2.28 | - |
| YUV | 95.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 21 | 0 | 0.51 | 0.87 | 0.38 | 24.96 | 0.77 | 0.35 |
| Hex | 9E | 4E | 15 | 0 | 33 | 57 | 26 | 19 | 4D | 23 |
| Octal | 236 | 116 | 25 | 0 | 63 | 127 | 46 | 31 | 115 | 43 |
| Binary | 10011110 | 1001110 | 10101 | 0 | 110011 | 1010111 | 100110 | 11001 | 1001101 | 100011 |
Color Harmonies of #9E4E15
Complementary color
Monochromatic Colors of #9E4E15
Black with #9E4E15
Text Example
Text Example
White with #9E4E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4E15; }
p { color: rgb(158,78,21); }
H1.HeaderClassName
{
color: #9E4E15;
}
.AnyTagClassName
{
color: #9E4E15;
}
</style>
background-color css
<style>
a { background-color: #9E4E15; }
a { background-color: rgb(158,78,21); }
div.DivClassName
{
background-color: #9E4E15;
}
.BgClassName
{
background-color: #9E4E15;
}
</style>
border-color css
<style>
span { border-color: #9E4E15; }
span { border-color: rgb(158,78,21); }
td.TdClassName
{
border-color: #9E4E15;
}
.TagClassName
{
border-color: #9E4E15;
}
</style>