Shades of Rich Gold #9C501F
Tints of Rich Gold #9C501F
RGB
CMYK
RGB Variations
Color information
#9C501F (or 0x9C501F) is known color: Rich Gold. HEX triplet: 9C, 50 and 1F. RGB value is (156,80,31). Sum of RGB (Red+Green+Blue) = 156+80+31=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C501F is #63AFE0. Grayscale: #616161. Windows color (decimal): -6533089 or 2052252. OLE color: 2052252.
HSL color Cylindrical-coordinate representation of color #9C501F: hue angle of 23.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C501F is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 31 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.39 |
| HSL | 23.52º | 0.67% | 0.37% | - |
| HSV(B) | 23.52º | 0.8% | 0.61% | - |
| XYZ | 16.83 | 12.9 | 2.9 | - |
| YUV | 97.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 31 | 0 | 0.49 | 0.80 | 0.39 | 23.52 | 0.67 | 0.37 |
| Hex | 9C | 50 | 1F | 0 | 31 | 50 | 27 | 18 | 43 | 25 |
| Octal | 234 | 120 | 37 | 0 | 61 | 120 | 47 | 30 | 103 | 45 |
| Binary | 10011100 | 1010000 | 11111 | 0 | 110001 | 1010000 | 100111 | 11000 | 1000011 | 100101 |
Color Harmonies of #9C501F
Complementary color
Monochromatic Colors of #9C501F
Black with #9C501F
Text Example
Text Example
White with #9C501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C501F; }
p { color: rgb(156,80,31); }
H1.HeaderClassName
{
color: #9C501F;
}
.AnyTagClassName
{
color: #9C501F;
}
</style>
background-color css
<style>
a { background-color: #9C501F; }
a { background-color: rgb(156,80,31); }
div.DivClassName
{
background-color: #9C501F;
}
.BgClassName
{
background-color: #9C501F;
}
</style>
border-color css
<style>
span { border-color: #9C501F; }
span { border-color: rgb(156,80,31); }
td.TdClassName
{
border-color: #9C501F;
}
.TagClassName
{
border-color: #9C501F;
}
</style>