Shades of Rich Gold #9E4E19
Tints of Rich Gold #9E4E19
RGB
CMYK
RGB Variations
Color information
#9E4E19 (or 0x9E4E19) is known color: Rich Gold. HEX triplet: 9E, 4E and 19. RGB value is (158,78,25). Sum of RGB (Red+Green+Blue) = 158+78+25=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4E19 is #61B1E6. Grayscale: #606060. Windows color (decimal): -6402535 or 1658526. OLE color: 1658526.
HSL color Cylindrical-coordinate representation of color #9E4E19: hue angle of 23.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E4E19 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 78 | 25 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.38 |
| HSL | 23.91º | 0.73% | 0.36% | - |
| HSV(B) | 23.91º | 0.84% | 0.62% | - |
| XYZ | 17 | 12.79 | 2.49 | - |
| YUV | 95.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 25 | 0 | 0.51 | 0.84 | 0.38 | 23.91 | 0.73 | 0.36 |
| Hex | 9E | 4E | 19 | 0 | 33 | 54 | 26 | 18 | 49 | 24 |
| Octal | 236 | 116 | 31 | 0 | 63 | 124 | 46 | 30 | 111 | 44 |
| Binary | 10011110 | 1001110 | 11001 | 0 | 110011 | 1010100 | 100110 | 11000 | 1001001 | 100100 |
Color Harmonies of #9E4E19
Complementary color
Monochromatic Colors of #9E4E19
Black with #9E4E19
Text Example
Text Example
White with #9E4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4E19; }
p { color: rgb(158,78,25); }
H1.HeaderClassName
{
color: #9E4E19;
}
.AnyTagClassName
{
color: #9E4E19;
}
</style>
background-color css
<style>
a { background-color: #9E4E19; }
a { background-color: rgb(158,78,25); }
div.DivClassName
{
background-color: #9E4E19;
}
.BgClassName
{
background-color: #9E4E19;
}
</style>
border-color css
<style>
span { border-color: #9E4E19; }
span { border-color: rgb(158,78,25); }
td.TdClassName
{
border-color: #9E4E19;
}
.TagClassName
{
border-color: #9E4E19;
}
</style>