Shades of Rich Gold #9F5A25
Tints of Rich Gold #9F5A25
RGB
CMYK
RGB Variations
Color information
#9F5A25 (or 0x9F5A25) is known color: Rich Gold. HEX triplet: 9F, 5A and 25. RGB value is (159,90,37). Sum of RGB (Red+Green+Blue) = 159+90+37=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A25 is #60A5DA. Grayscale: #686868. Windows color (decimal): -6333915 or 2448031. OLE color: 2448031.
HSL color Cylindrical-coordinate representation of color #9F5A25: hue angle of 26.07º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F5A25 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 37 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.38 |
| HSL | 26.07º | 0.62% | 0.38% | - |
| HSV(B) | 26.07º | 0.77% | 0.62% | - |
| XYZ | 18.29 | 14.82 | 3.65 | - |
| YUV | 104.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 37 | 0 | 0.43 | 0.77 | 0.38 | 26.07 | 0.62 | 0.38 |
| Hex | 9F | 5A | 25 | 0 | 2B | 4D | 26 | 1A | 3E | 26 |
| Octal | 237 | 132 | 45 | 0 | 53 | 115 | 46 | 32 | 76 | 46 |
| Binary | 10011111 | 1011010 | 100101 | 0 | 101011 | 1001101 | 100110 | 11010 | 111110 | 100110 |
Color Harmonies of #9F5A25
Complementary color
Monochromatic Colors of #9F5A25
Black with #9F5A25
Text Example
Text Example
White with #9F5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A25; }
p { color: rgb(159,90,37); }
H1.HeaderClassName
{
color: #9F5A25;
}
.AnyTagClassName
{
color: #9F5A25;
}
</style>
background-color css
<style>
a { background-color: #9F5A25; }
a { background-color: rgb(159,90,37); }
div.DivClassName
{
background-color: #9F5A25;
}
.BgClassName
{
background-color: #9F5A25;
}
</style>
border-color css
<style>
span { border-color: #9F5A25; }
span { border-color: rgb(159,90,37); }
td.TdClassName
{
border-color: #9F5A25;
}
.TagClassName
{
border-color: #9F5A25;
}
</style>