Shades of Rich Gold #9C5217
Tints of Rich Gold #9C5217
RGB
CMYK
RGB Variations
Color information
#9C5217 (or 0x9C5217) is known color: Rich Gold. HEX triplet: 9C, 52 and 17. RGB value is (156,82,23). Sum of RGB (Red+Green+Blue) = 156+82+23=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5217 is #63ADE8. Grayscale: #616161. Windows color (decimal): -6532585 or 1528476. OLE color: 1528476.
HSL color Cylindrical-coordinate representation of color #9C5217: hue angle of 26.62º degrees, saturation: 0.74, 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 #9C5217 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 23 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.39 |
| HSL | 26.62º | 0.74% | 0.35% | - |
| HSV(B) | 26.62º | 0.85% | 0.61% | - |
| XYZ | 16.88 | 13.16 | 2.46 | - |
| YUV | 97.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 23 | 0 | 0.47 | 0.85 | 0.39 | 26.62 | 0.74 | 0.35 |
| Hex | 9C | 52 | 17 | 0 | 2F | 55 | 27 | 1B | 4A | 23 |
| Octal | 234 | 122 | 27 | 0 | 57 | 125 | 47 | 33 | 112 | 43 |
| Binary | 10011100 | 1010010 | 10111 | 0 | 101111 | 1010101 | 100111 | 11011 | 1001010 | 100011 |
Color Harmonies of #9C5217
Complementary color
Monochromatic Colors of #9C5217
Black with #9C5217
Text Example
Text Example
White with #9C5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5217; }
p { color: rgb(156,82,23); }
H1.HeaderClassName
{
color: #9C5217;
}
.AnyTagClassName
{
color: #9C5217;
}
</style>
background-color css
<style>
a { background-color: #9C5217; }
a { background-color: rgb(156,82,23); }
div.DivClassName
{
background-color: #9C5217;
}
.BgClassName
{
background-color: #9C5217;
}
</style>
border-color css
<style>
span { border-color: #9C5217; }
span { border-color: rgb(156,82,23); }
td.TdClassName
{
border-color: #9C5217;
}
.TagClassName
{
border-color: #9C5217;
}
</style>