Shades of Rich Gold #9E5928
Tints of Rich Gold #9E5928
RGB
CMYK
RGB Variations
Color information
#9E5928 (or 0x9E5928) is known color: Rich Gold. HEX triplet: 9E, 59 and 28. RGB value is (158,89,40). Sum of RGB (Red+Green+Blue) = 158+89+40=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5928 is #61A6D7. Grayscale: #686868. Windows color (decimal): -6399704 or 2644382. OLE color: 2644382.
HSL color Cylindrical-coordinate representation of color #9E5928: hue angle of 24.92º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E5928 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 40 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.38 |
| HSL | 24.92º | 0.6% | 0.39% | - |
| HSV(B) | 24.92º | 0.75% | 0.62% | - |
| XYZ | 18.06 | 14.57 | 3.87 | - |
| YUV | 104.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 40 | 0 | 0.44 | 0.75 | 0.38 | 24.92 | 0.6 | 0.39 |
| Hex | 9E | 59 | 28 | 0 | 2C | 4B | 26 | 19 | 3C | 27 |
| Octal | 236 | 131 | 50 | 0 | 54 | 113 | 46 | 31 | 74 | 47 |
| Binary | 10011110 | 1011001 | 101000 | 0 | 101100 | 1001011 | 100110 | 11001 | 111100 | 100111 |
Color Harmonies of #9E5928
Complementary color
Monochromatic Colors of #9E5928
Black with #9E5928
Text Example
Text Example
White with #9E5928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5928; }
p { color: rgb(158,89,40); }
H1.HeaderClassName
{
color: #9E5928;
}
.AnyTagClassName
{
color: #9E5928;
}
</style>
background-color css
<style>
a { background-color: #9E5928; }
a { background-color: rgb(158,89,40); }
div.DivClassName
{
background-color: #9E5928;
}
.BgClassName
{
background-color: #9E5928;
}
</style>
border-color css
<style>
span { border-color: #9E5928; }
span { border-color: rgb(158,89,40); }
td.TdClassName
{
border-color: #9E5928;
}
.TagClassName
{
border-color: #9E5928;
}
</style>