Shades of Rich Gold #9F4517
Tints of Rich Gold #9F4517
RGB
CMYK
RGB Variations
Color information
#9F4517 (or 0x9F4517) is known color: Rich Gold. HEX triplet: 9F, 45 and 17. RGB value is (159,69,23). Sum of RGB (Red+Green+Blue) = 159+69+23=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4517 is #60BAE8. Grayscale: #5A5A5A. Windows color (decimal): -6339305 or 1525151. OLE color: 1525151.
HSL color Cylindrical-coordinate representation of color #9F4517: hue angle of 20.29º 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 #9F4517 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 23 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.38 |
| HSL | 20.29º | 0.75% | 0.36% | - |
| HSV(B) | 20.29º | 0.86% | 0.62% | - |
| XYZ | 16.58 | 11.69 | 2.19 | - |
| YUV | 90.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 23 | 0 | 0.57 | 0.86 | 0.38 | 20.29 | 0.75 | 0.36 |
| Hex | 9F | 45 | 17 | 0 | 39 | 56 | 26 | 14 | 4B | 24 |
| Octal | 237 | 105 | 27 | 0 | 71 | 126 | 46 | 24 | 113 | 44 |
| Binary | 10011111 | 1000101 | 10111 | 0 | 111001 | 1010110 | 100110 | 10100 | 1001011 | 100100 |
Color Harmonies of #9F4517
Complementary color
Monochromatic Colors of #9F4517
Black with #9F4517
Text Example
Text Example
White with #9F4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4517; }
p { color: rgb(159,69,23); }
H1.HeaderClassName
{
color: #9F4517;
}
.AnyTagClassName
{
color: #9F4517;
}
</style>
background-color css
<style>
a { background-color: #9F4517; }
a { background-color: rgb(159,69,23); }
div.DivClassName
{
background-color: #9F4517;
}
.BgClassName
{
background-color: #9F4517;
}
</style>
border-color css
<style>
span { border-color: #9F4517; }
span { border-color: rgb(159,69,23); }
td.TdClassName
{
border-color: #9F4517;
}
.TagClassName
{
border-color: #9F4517;
}
</style>