Shades of Rich Gold #9F5122
Tints of Rich Gold #9F5122
RGB
CMYK
RGB Variations
Color information
#9F5122 (or 0x9F5122) is known color: Rich Gold. HEX triplet: 9F, 51 and 22. RGB value is (159,81,34). Sum of RGB (Red+Green+Blue) = 159+81+34=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5122 is #60AEDD. Grayscale: #636363. Windows color (decimal): -6336222 or 2249119. OLE color: 2249119.
HSL color Cylindrical-coordinate representation of color #9F5122: hue angle of 22.56º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F5122 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 34 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.38 |
| HSL | 22.56º | 0.65% | 0.38% | - |
| HSV(B) | 22.56º | 0.79% | 0.62% | - |
| XYZ | 17.53 | 13.37 | 3.17 | - |
| YUV | 98.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 34 | 0 | 0.49 | 0.79 | 0.38 | 22.56 | 0.65 | 0.38 |
| Hex | 9F | 51 | 22 | 0 | 31 | 4F | 26 | 17 | 41 | 26 |
| Octal | 237 | 121 | 42 | 0 | 61 | 117 | 46 | 27 | 101 | 46 |
| Binary | 10011111 | 1010001 | 100010 | 0 | 110001 | 1001111 | 100110 | 10111 | 1000001 | 100110 |
Color Harmonies of #9F5122
Complementary color
Monochromatic Colors of #9F5122
Black with #9F5122
Text Example
Text Example
White with #9F5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5122; }
p { color: rgb(159,81,34); }
H1.HeaderClassName
{
color: #9F5122;
}
.AnyTagClassName
{
color: #9F5122;
}
</style>
background-color css
<style>
a { background-color: #9F5122; }
a { background-color: rgb(159,81,34); }
div.DivClassName
{
background-color: #9F5122;
}
.BgClassName
{
background-color: #9F5122;
}
</style>
border-color css
<style>
span { border-color: #9F5122; }
span { border-color: rgb(159,81,34); }
td.TdClassName
{
border-color: #9F5122;
}
.TagClassName
{
border-color: #9F5122;
}
</style>