Shades of Rich Gold #9C4924
Tints of Rich Gold #9C4924
RGB
CMYK
RGB Variations
Color information
#9C4924 (or 0x9C4924) is known color: Rich Gold. HEX triplet: 9C, 49 and 24. RGB value is (156,73,36). Sum of RGB (Red+Green+Blue) = 156+73+36=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4924 is #63B6DB. Grayscale: #5D5D5D. Windows color (decimal): -6534876 or 2378140. OLE color: 2378140.
HSL color Cylindrical-coordinate representation of color #9C4924: hue angle of 18.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C4924 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 36 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.39 |
| HSL | 18.5º | 0.63% | 0.38% | - |
| HSV(B) | 18.5º | 0.77% | 0.61% | - |
| XYZ | 16.41 | 11.96 | 3.11 | - |
| YUV | 93.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 36 | 0 | 0.53 | 0.77 | 0.39 | 18.5 | 0.63 | 0.38 |
| Hex | 9C | 49 | 24 | 0 | 35 | 4D | 27 | 12 | 3E | 26 |
| Octal | 234 | 111 | 44 | 0 | 65 | 115 | 47 | 22 | 76 | 46 |
| Binary | 10011100 | 1001001 | 100100 | 0 | 110101 | 1001101 | 100111 | 10010 | 111110 | 100110 |
Color Harmonies of #9C4924
Complementary color
Monochromatic Colors of #9C4924
Black with #9C4924
Text Example
Text Example
White with #9C4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4924; }
p { color: rgb(156,73,36); }
H1.HeaderClassName
{
color: #9C4924;
}
.AnyTagClassName
{
color: #9C4924;
}
</style>
background-color css
<style>
a { background-color: #9C4924; }
a { background-color: rgb(156,73,36); }
div.DivClassName
{
background-color: #9C4924;
}
.BgClassName
{
background-color: #9C4924;
}
</style>
border-color css
<style>
span { border-color: #9C4924; }
span { border-color: rgb(156,73,36); }
td.TdClassName
{
border-color: #9C4924;
}
.TagClassName
{
border-color: #9C4924;
}
</style>