Shades of Rich Gold #9F592A
Tints of Rich Gold #9F592A
RGB
CMYK
RGB Variations
Color information
#9F592A (or 0x9F592A) is known color: Rich Gold. HEX triplet: 9F, 59 and 2A. RGB value is (159,89,42). Sum of RGB (Red+Green+Blue) = 159+89+42=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F592A is #60A6D5. Grayscale: #686868. Windows color (decimal): -6334166 or 2775455. OLE color: 2775455.
HSL color Cylindrical-coordinate representation of color #9F592A: hue angle of 24.1º degrees, saturation: 0.58, 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 #9F592A is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 42 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.38 |
| HSL | 24.1º | 0.58% | 0.39% | - |
| HSV(B) | 24.1º | 0.74% | 0.62% | - |
| XYZ | 18.29 | 14.68 | 4.06 | - |
| YUV | 104.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 42 | 0 | 0.44 | 0.74 | 0.38 | 24.1 | 0.58 | 0.39 |
| Hex | 9F | 59 | 2A | 0 | 2C | 4A | 26 | 18 | 3A | 27 |
| Octal | 237 | 131 | 52 | 0 | 54 | 112 | 46 | 30 | 72 | 47 |
| Binary | 10011111 | 1011001 | 101010 | 0 | 101100 | 1001010 | 100110 | 11000 | 111010 | 100111 |
Color Harmonies of #9F592A
Complementary color
Monochromatic Colors of #9F592A
Black with #9F592A
Text Example
Text Example
White with #9F592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F592A; }
p { color: rgb(159,89,42); }
H1.HeaderClassName
{
color: #9F592A;
}
.AnyTagClassName
{
color: #9F592A;
}
</style>
background-color css
<style>
a { background-color: #9F592A; }
a { background-color: rgb(159,89,42); }
div.DivClassName
{
background-color: #9F592A;
}
.BgClassName
{
background-color: #9F592A;
}
</style>
border-color css
<style>
span { border-color: #9F592A; }
span { border-color: rgb(159,89,42); }
td.TdClassName
{
border-color: #9F592A;
}
.TagClassName
{
border-color: #9F592A;
}
</style>