Shades of Rich Gold #9C5A20
Tints of Rich Gold #9C5A20
RGB
CMYK
RGB Variations
Color information
#9C5A20 (or 0x9C5A20) is known color: Rich Gold. HEX triplet: 9C, 5A and 20. RGB value is (156,90,32). Sum of RGB (Red+Green+Blue) = 156+90+32=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A20 is #63A5DF. Grayscale: #676767. Windows color (decimal): -6530528 or 2120348. OLE color: 2120348.
HSL color Cylindrical-coordinate representation of color #9C5A20: hue angle of 28.06º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C5A20 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 32 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.39 |
| HSL | 28.06º | 0.66% | 0.37% | - |
| HSV(B) | 28.06º | 0.79% | 0.61% | - |
| XYZ | 17.63 | 14.48 | 3.23 | - |
| YUV | 103.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 32 | 0 | 0.42 | 0.79 | 0.39 | 28.06 | 0.66 | 0.37 |
| Hex | 9C | 5A | 20 | 0 | 2A | 4F | 27 | 1C | 42 | 25 |
| Octal | 234 | 132 | 40 | 0 | 52 | 117 | 47 | 34 | 102 | 45 |
| Binary | 10011100 | 1011010 | 100000 | 0 | 101010 | 1001111 | 100111 | 11100 | 1000010 | 100101 |
Color Harmonies of #9C5A20
Complementary color
Monochromatic Colors of #9C5A20
Black with #9C5A20
Text Example
Text Example
White with #9C5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A20; }
p { color: rgb(156,90,32); }
H1.HeaderClassName
{
color: #9C5A20;
}
.AnyTagClassName
{
color: #9C5A20;
}
</style>
background-color css
<style>
a { background-color: #9C5A20; }
a { background-color: rgb(156,90,32); }
div.DivClassName
{
background-color: #9C5A20;
}
.BgClassName
{
background-color: #9C5A20;
}
</style>
border-color css
<style>
span { border-color: #9C5A20; }
span { border-color: rgb(156,90,32); }
td.TdClassName
{
border-color: #9C5A20;
}
.TagClassName
{
border-color: #9C5A20;
}
</style>