Shades of Rich Gold #9E5A27
Tints of Rich Gold #9E5A27
RGB
CMYK
RGB Variations
Color information
#9E5A27 (or 0x9E5A27) is known color: Rich Gold. HEX triplet: 9E, 5A and 27. RGB value is (158,90,39). Sum of RGB (Red+Green+Blue) = 158+90+39=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5A27 is #61A5D8. Grayscale: #686868. Windows color (decimal): -6399449 or 2579102. OLE color: 2579102.
HSL color Cylindrical-coordinate representation of color #9E5A27: hue angle of 25.71º 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 #9E5A27 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 39 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.38 |
| HSL | 25.71º | 0.6% | 0.39% | - |
| HSV(B) | 25.71º | 0.75% | 0.62% | - |
| XYZ | 18.12 | 14.73 | 3.81 | - |
| YUV | 104.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 39 | 0 | 0.43 | 0.75 | 0.38 | 25.71 | 0.6 | 0.39 |
| Hex | 9E | 5A | 27 | 0 | 2B | 4B | 26 | 1A | 3C | 27 |
| Octal | 236 | 132 | 47 | 0 | 53 | 113 | 46 | 32 | 74 | 47 |
| Binary | 10011110 | 1011010 | 100111 | 0 | 101011 | 1001011 | 100110 | 11010 | 111100 | 100111 |
Color Harmonies of #9E5A27
Complementary color
Monochromatic Colors of #9E5A27
Black with #9E5A27
Text Example
Text Example
White with #9E5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A27; }
p { color: rgb(158,90,39); }
H1.HeaderClassName
{
color: #9E5A27;
}
.AnyTagClassName
{
color: #9E5A27;
}
</style>
background-color css
<style>
a { background-color: #9E5A27; }
a { background-color: rgb(158,90,39); }
div.DivClassName
{
background-color: #9E5A27;
}
.BgClassName
{
background-color: #9E5A27;
}
</style>
border-color css
<style>
span { border-color: #9E5A27; }
span { border-color: rgb(158,90,39); }
td.TdClassName
{
border-color: #9E5A27;
}
.TagClassName
{
border-color: #9E5A27;
}
</style>