Shades of Rich Gold #9E5823
Tints of Rich Gold #9E5823
RGB
CMYK
RGB Variations
Color information
#9E5823 (or 0x9E5823) is known color: Rich Gold. HEX triplet: 9E, 58 and 23. RGB value is (158,88,35). Sum of RGB (Red+Green+Blue) = 158+88+35=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5823 is #61A7DC. Grayscale: #676767. Windows color (decimal): -6399965 or 2316446. OLE color: 2316446.
HSL color Cylindrical-coordinate representation of color #9E5823: hue angle of 25.85º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E5823 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 35 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.38 |
| HSL | 25.85º | 0.64% | 0.38% | - |
| HSV(B) | 25.85º | 0.78% | 0.62% | - |
| XYZ | 17.89 | 14.37 | 3.42 | - |
| YUV | 102.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 35 | 0 | 0.44 | 0.78 | 0.38 | 25.85 | 0.64 | 0.38 |
| Hex | 9E | 58 | 23 | 0 | 2C | 4E | 26 | 1A | 40 | 26 |
| Octal | 236 | 130 | 43 | 0 | 54 | 116 | 46 | 32 | 100 | 46 |
| Binary | 10011110 | 1011000 | 100011 | 0 | 101100 | 1001110 | 100110 | 11010 | 1000000 | 100110 |
Color Harmonies of #9E5823
Complementary color
Monochromatic Colors of #9E5823
Black with #9E5823
Text Example
Text Example
White with #9E5823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5823; }
p { color: rgb(158,88,35); }
H1.HeaderClassName
{
color: #9E5823;
}
.AnyTagClassName
{
color: #9E5823;
}
</style>
background-color css
<style>
a { background-color: #9E5823; }
a { background-color: rgb(158,88,35); }
div.DivClassName
{
background-color: #9E5823;
}
.BgClassName
{
background-color: #9E5823;
}
</style>
border-color css
<style>
span { border-color: #9E5823; }
span { border-color: rgb(158,88,35); }
td.TdClassName
{
border-color: #9E5823;
}
.TagClassName
{
border-color: #9E5823;
}
</style>