Shades of Rich Gold #9C5018
Tints of Rich Gold #9C5018
RGB
CMYK
RGB Variations
Color information
#9C5018 (or 0x9C5018) is known color: Rich Gold. HEX triplet: 9C, 50 and 18. RGB value is (156,80,24). Sum of RGB (Red+Green+Blue) = 156+80+24=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5018 is #63AFE7. Grayscale: #606060. Windows color (decimal): -6533096 or 1593500. OLE color: 1593500.
HSL color Cylindrical-coordinate representation of color #9C5018: hue angle of 25.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C5018 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 24 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.39 |
| HSL | 25.45º | 0.73% | 0.35% | - |
| HSV(B) | 25.45º | 0.85% | 0.61% | - |
| XYZ | 16.74 | 12.87 | 2.47 | - |
| YUV | 96.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 24 | 0 | 0.49 | 0.85 | 0.39 | 25.45 | 0.73 | 0.35 |
| Hex | 9C | 50 | 18 | 0 | 31 | 55 | 27 | 19 | 49 | 23 |
| Octal | 234 | 120 | 30 | 0 | 61 | 125 | 47 | 31 | 111 | 43 |
| Binary | 10011100 | 1010000 | 11000 | 0 | 110001 | 1010101 | 100111 | 11001 | 1001001 | 100011 |
Color Harmonies of #9C5018
Complementary color
Monochromatic Colors of #9C5018
Black with #9C5018
Text Example
Text Example
White with #9C5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5018; }
p { color: rgb(156,80,24); }
H1.HeaderClassName
{
color: #9C5018;
}
.AnyTagClassName
{
color: #9C5018;
}
</style>
background-color css
<style>
a { background-color: #9C5018; }
a { background-color: rgb(156,80,24); }
div.DivClassName
{
background-color: #9C5018;
}
.BgClassName
{
background-color: #9C5018;
}
</style>
border-color css
<style>
span { border-color: #9C5018; }
span { border-color: rgb(156,80,24); }
td.TdClassName
{
border-color: #9C5018;
}
.TagClassName
{
border-color: #9C5018;
}
</style>