Shades of Rich Gold #9C5A27
Tints of Rich Gold #9C5A27
RGB
CMYK
RGB Variations
Color information
#9C5A27 (or 0x9C5A27) is known color: Rich Gold. HEX triplet: 9C, 5A and 27. RGB value is (156,90,39). Sum of RGB (Red+Green+Blue) = 156+90+39=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A27 is #63A5D8. Grayscale: #686868. Windows color (decimal): -6530521 or 2579100. OLE color: 2579100.
HSL color Cylindrical-coordinate representation of color #9C5A27: hue angle of 26.15º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C5A27 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 39 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.39 |
| HSL | 26.15º | 0.6% | 0.38% | - |
| HSV(B) | 26.15º | 0.75% | 0.61% | - |
| XYZ | 17.73 | 14.53 | 3.79 | - |
| YUV | 103.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 39 | 0 | 0.42 | 0.75 | 0.39 | 26.15 | 0.6 | 0.38 |
| Hex | 9C | 5A | 27 | 0 | 2A | 4B | 27 | 1A | 3C | 26 |
| Octal | 234 | 132 | 47 | 0 | 52 | 113 | 47 | 32 | 74 | 46 |
| Binary | 10011100 | 1011010 | 100111 | 0 | 101010 | 1001011 | 100111 | 11010 | 111100 | 100110 |
Color Harmonies of #9C5A27
Complementary color
Monochromatic Colors of #9C5A27
Black with #9C5A27
Text Example
Text Example
White with #9C5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A27; }
p { color: rgb(156,90,39); }
H1.HeaderClassName
{
color: #9C5A27;
}
.AnyTagClassName
{
color: #9C5A27;
}
</style>
background-color css
<style>
a { background-color: #9C5A27; }
a { background-color: rgb(156,90,39); }
div.DivClassName
{
background-color: #9C5A27;
}
.BgClassName
{
background-color: #9C5A27;
}
</style>
border-color css
<style>
span { border-color: #9C5A27; }
span { border-color: rgb(156,90,39); }
td.TdClassName
{
border-color: #9C5A27;
}
.TagClassName
{
border-color: #9C5A27;
}
</style>