Shades of Rich Gold #9F5329
Tints of Rich Gold #9F5329
RGB
CMYK
RGB Variations
Color information
#9F5329 (or 0x9F5329) is known color: Rich Gold. HEX triplet: 9F, 53 and 29. RGB value is (159,83,41). Sum of RGB (Red+Green+Blue) = 159+83+41=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5329 is #60ACD6. Grayscale: #656565. Windows color (decimal): -6335703 or 2708383. OLE color: 2708383.
HSL color Cylindrical-coordinate representation of color #9F5329: hue angle of 21.36º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F5329 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 41 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.38 |
| HSL | 21.36º | 0.59% | 0.39% | - |
| HSV(B) | 21.36º | 0.74% | 0.62% | - |
| XYZ | 17.79 | 13.72 | 3.81 | - |
| YUV | 100.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 41 | 0 | 0.48 | 0.74 | 0.38 | 21.36 | 0.59 | 0.39 |
| Hex | 9F | 53 | 29 | 0 | 30 | 4A | 26 | 15 | 3B | 27 |
| Octal | 237 | 123 | 51 | 0 | 60 | 112 | 46 | 25 | 73 | 47 |
| Binary | 10011111 | 1010011 | 101001 | 0 | 110000 | 1001010 | 100110 | 10101 | 111011 | 100111 |
Color Harmonies of #9F5329
Complementary color
Monochromatic Colors of #9F5329
Black with #9F5329
Text Example
Text Example
White with #9F5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5329; }
p { color: rgb(159,83,41); }
H1.HeaderClassName
{
color: #9F5329;
}
.AnyTagClassName
{
color: #9F5329;
}
</style>
background-color css
<style>
a { background-color: #9F5329; }
a { background-color: rgb(159,83,41); }
div.DivClassName
{
background-color: #9F5329;
}
.BgClassName
{
background-color: #9F5329;
}
</style>
border-color css
<style>
span { border-color: #9F5329; }
span { border-color: rgb(159,83,41); }
td.TdClassName
{
border-color: #9F5329;
}
.TagClassName
{
border-color: #9F5329;
}
</style>