Shades of Rich Gold #9C4D1C
Tints of Rich Gold #9C4D1C
RGB
CMYK
RGB Variations
Color information
#9C4D1C (or 0x9C4D1C) is known color: Rich Gold. HEX triplet: 9C, 4D and 1C. RGB value is (156,77,28). Sum of RGB (Red+Green+Blue) = 156+77+28=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D1C is #63B2E3. Grayscale: #5F5F5F. Windows color (decimal): -6533860 or 1854876. OLE color: 1854876.
HSL color Cylindrical-coordinate representation of color #9C4D1C: hue angle of 22.97º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C4D1C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 28 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.39 |
| HSL | 22.97º | 0.7% | 0.36% | - |
| HSV(B) | 22.97º | 0.82% | 0.61% | - |
| XYZ | 16.57 | 12.46 | 2.63 | - |
| YUV | 95.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 28 | 0 | 0.51 | 0.82 | 0.39 | 22.97 | 0.7 | 0.36 |
| Hex | 9C | 4D | 1C | 0 | 33 | 52 | 27 | 17 | 46 | 24 |
| Octal | 234 | 115 | 34 | 0 | 63 | 122 | 47 | 27 | 106 | 44 |
| Binary | 10011100 | 1001101 | 11100 | 0 | 110011 | 1010010 | 100111 | 10111 | 1000110 | 100100 |
Color Harmonies of #9C4D1C
Complementary color
Monochromatic Colors of #9C4D1C
Black with #9C4D1C
Text Example
Text Example
White with #9C4D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D1C; }
p { color: rgb(156,77,28); }
H1.HeaderClassName
{
color: #9C4D1C;
}
.AnyTagClassName
{
color: #9C4D1C;
}
</style>
background-color css
<style>
a { background-color: #9C4D1C; }
a { background-color: rgb(156,77,28); }
div.DivClassName
{
background-color: #9C4D1C;
}
.BgClassName
{
background-color: #9C4D1C;
}
</style>
border-color css
<style>
span { border-color: #9C4D1C; }
span { border-color: rgb(156,77,28); }
td.TdClassName
{
border-color: #9C4D1C;
}
.TagClassName
{
border-color: #9C4D1C;
}
</style>