Shades of Rich Gold #9C4D23
Tints of Rich Gold #9C4D23
RGB
CMYK
RGB Variations
Color information
#9C4D23 (or 0x9C4D23) is known color: Rich Gold. HEX triplet: 9C, 4D and 23. RGB value is (156,77,35). Sum of RGB (Red+Green+Blue) = 156+77+35=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D23 is #63B2DC. Grayscale: #606060. Windows color (decimal): -6533853 or 2313628. OLE color: 2313628.
HSL color Cylindrical-coordinate representation of color #9C4D23: hue angle of 20.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C4D23 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 35 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.39 |
| HSL | 20.83º | 0.63% | 0.37% | - |
| HSV(B) | 20.83º | 0.78% | 0.61% | - |
| XYZ | 16.67 | 12.5 | 3.12 | - |
| YUV | 95.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 35 | 0 | 0.51 | 0.78 | 0.39 | 20.83 | 0.63 | 0.37 |
| Hex | 9C | 4D | 23 | 0 | 33 | 4E | 27 | 15 | 3F | 25 |
| Octal | 234 | 115 | 43 | 0 | 63 | 116 | 47 | 25 | 77 | 45 |
| Binary | 10011100 | 1001101 | 100011 | 0 | 110011 | 1001110 | 100111 | 10101 | 111111 | 100101 |
Color Harmonies of #9C4D23
Complementary color
Monochromatic Colors of #9C4D23
Black with #9C4D23
Text Example
Text Example
White with #9C4D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D23; }
p { color: rgb(156,77,35); }
H1.HeaderClassName
{
color: #9C4D23;
}
.AnyTagClassName
{
color: #9C4D23;
}
</style>
background-color css
<style>
a { background-color: #9C4D23; }
a { background-color: rgb(156,77,35); }
div.DivClassName
{
background-color: #9C4D23;
}
.BgClassName
{
background-color: #9C4D23;
}
</style>
border-color css
<style>
span { border-color: #9C4D23; }
span { border-color: rgb(156,77,35); }
td.TdClassName
{
border-color: #9C4D23;
}
.TagClassName
{
border-color: #9C4D23;
}
</style>