Shades of Rich Gold #9F5725
Tints of Rich Gold #9F5725
RGB
CMYK
RGB Variations
Color information
#9F5725 (or 0x9F5725) is known color: Rich Gold. HEX triplet: 9F, 57 and 25. RGB value is (159,87,37). Sum of RGB (Red+Green+Blue) = 159+87+37=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5725 is #60A8DA. Grayscale: #676767. Windows color (decimal): -6334683 or 2447263. OLE color: 2447263.
HSL color Cylindrical-coordinate representation of color #9F5725: hue angle of 24.59º 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 #9F5725 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 37 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.38 |
| HSL | 24.59º | 0.62% | 0.38% | - |
| HSV(B) | 24.59º | 0.77% | 0.62% | - |
| XYZ | 18.04 | 14.32 | 3.56 | - |
| YUV | 102.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 37 | 0 | 0.45 | 0.77 | 0.38 | 24.59 | 0.62 | 0.38 |
| Hex | 9F | 57 | 25 | 0 | 2D | 4D | 26 | 19 | 3E | 26 |
| Octal | 237 | 127 | 45 | 0 | 55 | 115 | 46 | 31 | 76 | 46 |
| Binary | 10011111 | 1010111 | 100101 | 0 | 101101 | 1001101 | 100110 | 11001 | 111110 | 100110 |
Color Harmonies of #9F5725
Complementary color
Monochromatic Colors of #9F5725
Black with #9F5725
Text Example
Text Example
White with #9F5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5725; }
p { color: rgb(159,87,37); }
H1.HeaderClassName
{
color: #9F5725;
}
.AnyTagClassName
{
color: #9F5725;
}
</style>
background-color css
<style>
a { background-color: #9F5725; }
a { background-color: rgb(159,87,37); }
div.DivClassName
{
background-color: #9F5725;
}
.BgClassName
{
background-color: #9F5725;
}
</style>
border-color css
<style>
span { border-color: #9F5725; }
span { border-color: rgb(159,87,37); }
td.TdClassName
{
border-color: #9F5725;
}
.TagClassName
{
border-color: #9F5725;
}
</style>