Shades of Rich Gold #9F5D25
Tints of Rich Gold #9F5D25
RGB
CMYK
RGB Variations
Color information
#9F5D25 (or 0x9F5D25) is known color: Rich Gold. HEX triplet: 9F, 5D and 25. RGB value is (159,93,37). Sum of RGB (Red+Green+Blue) = 159+93+37=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D25 is #60A2DA. Grayscale: #6A6A6A. Windows color (decimal): -6333147 or 2448799. OLE color: 2448799.
HSL color Cylindrical-coordinate representation of color #9F5D25: hue angle of 27.54º 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 #9F5D25 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 37 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.38 |
| HSL | 27.54º | 0.62% | 0.38% | - |
| HSV(B) | 27.54º | 0.77% | 0.62% | - |
| XYZ | 18.55 | 15.33 | 3.73 | - |
| YUV | 106.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 37 | 0 | 0.42 | 0.77 | 0.38 | 27.54 | 0.62 | 0.38 |
| Hex | 9F | 5D | 25 | 0 | 2A | 4D | 26 | 1C | 3E | 26 |
| Octal | 237 | 135 | 45 | 0 | 52 | 115 | 46 | 34 | 76 | 46 |
| Binary | 10011111 | 1011101 | 100101 | 0 | 101010 | 1001101 | 100110 | 11100 | 111110 | 100110 |
Color Harmonies of #9F5D25
Complementary color
Monochromatic Colors of #9F5D25
Black with #9F5D25
Text Example
Text Example
White with #9F5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D25; }
p { color: rgb(159,93,37); }
H1.HeaderClassName
{
color: #9F5D25;
}
.AnyTagClassName
{
color: #9F5D25;
}
</style>
background-color css
<style>
a { background-color: #9F5D25; }
a { background-color: rgb(159,93,37); }
div.DivClassName
{
background-color: #9F5D25;
}
.BgClassName
{
background-color: #9F5D25;
}
</style>
border-color css
<style>
span { border-color: #9F5D25; }
span { border-color: rgb(159,93,37); }
td.TdClassName
{
border-color: #9F5D25;
}
.TagClassName
{
border-color: #9F5D25;
}
</style>