Shades of Rich Gold #9F5312
Tints of Rich Gold #9F5312
RGB
CMYK
RGB Variations
Color information
#9F5312 (or 0x9F5312) is known color: Rich Gold. HEX triplet: 9F, 53 and 12. RGB value is (159,83,18). Sum of RGB (Red+Green+Blue) = 159+83+18=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5312 is #60ACED. Grayscale: #626262. Windows color (decimal): -6335726 or 1201055. OLE color: 1201055.
HSL color Cylindrical-coordinate representation of color #9F5312: hue angle of 27.66º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F5312 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 18 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.38 |
| HSL | 27.66º | 0.8% | 0.35% | - |
| HSV(B) | 27.66º | 0.89% | 0.62% | - |
| XYZ | 17.5 | 13.6 | 2.28 | - |
| YUV | 98.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 18 | 0 | 0.48 | 0.89 | 0.38 | 27.66 | 0.8 | 0.35 |
| Hex | 9F | 53 | 12 | 0 | 30 | 59 | 26 | 1C | 50 | 23 |
| Octal | 237 | 123 | 22 | 0 | 60 | 131 | 46 | 34 | 120 | 43 |
| Binary | 10011111 | 1010011 | 10010 | 0 | 110000 | 1011001 | 100110 | 11100 | 1010000 | 100011 |
Color Harmonies of #9F5312
Complementary color
Monochromatic Colors of #9F5312
Black with #9F5312
Text Example
Text Example
White with #9F5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5312; }
p { color: rgb(159,83,18); }
H1.HeaderClassName
{
color: #9F5312;
}
.AnyTagClassName
{
color: #9F5312;
}
</style>
background-color css
<style>
a { background-color: #9F5312; }
a { background-color: rgb(159,83,18); }
div.DivClassName
{
background-color: #9F5312;
}
.BgClassName
{
background-color: #9F5312;
}
</style>
border-color css
<style>
span { border-color: #9F5312; }
span { border-color: rgb(159,83,18); }
td.TdClassName
{
border-color: #9F5312;
}
.TagClassName
{
border-color: #9F5312;
}
</style>