Shades of Rich Gold #9F5717
Tints of Rich Gold #9F5717
RGB
CMYK
RGB Variations
Color information
#9F5717 (or 0x9F5717) is known color: Rich Gold. HEX triplet: 9F, 57 and 17. RGB value is (159,87,23). Sum of RGB (Red+Green+Blue) = 159+87+23=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5717 is #60A8E8. Grayscale: #656565. Windows color (decimal): -6334697 or 1529759. OLE color: 1529759.
HSL color Cylindrical-coordinate representation of color #9F5717: hue angle of 28.24º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F5717 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 23 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.38 |
| HSL | 28.24º | 0.75% | 0.36% | - |
| HSV(B) | 28.24º | 0.86% | 0.62% | - |
| XYZ | 17.86 | 14.25 | 2.62 | - |
| YUV | 101.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 23 | 0 | 0.45 | 0.86 | 0.38 | 28.24 | 0.75 | 0.36 |
| Hex | 9F | 57 | 17 | 0 | 2D | 56 | 26 | 1C | 4B | 24 |
| Octal | 237 | 127 | 27 | 0 | 55 | 126 | 46 | 34 | 113 | 44 |
| Binary | 10011111 | 1010111 | 10111 | 0 | 101101 | 1010110 | 100110 | 11100 | 1001011 | 100100 |
Color Harmonies of #9F5717
Complementary color
Monochromatic Colors of #9F5717
Black with #9F5717
Text Example
Text Example
White with #9F5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5717; }
p { color: rgb(159,87,23); }
H1.HeaderClassName
{
color: #9F5717;
}
.AnyTagClassName
{
color: #9F5717;
}
</style>
background-color css
<style>
a { background-color: #9F5717; }
a { background-color: rgb(159,87,23); }
div.DivClassName
{
background-color: #9F5717;
}
.BgClassName
{
background-color: #9F5717;
}
</style>
border-color css
<style>
span { border-color: #9F5717; }
span { border-color: rgb(159,87,23); }
td.TdClassName
{
border-color: #9F5717;
}
.TagClassName
{
border-color: #9F5717;
}
</style>