Shades of Rich Gold #9F4F18
Tints of Rich Gold #9F4F18
RGB
CMYK
RGB Variations
Color information
#9F4F18 (or 0x9F4F18) is known color: Rich Gold. HEX triplet: 9F, 4F and 18. RGB value is (159,79,24). Sum of RGB (Red+Green+Blue) = 159+79+24=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4F18 is #60B0E7. Grayscale: #606060. Windows color (decimal): -6336744 or 1593247. OLE color: 1593247.
HSL color Cylindrical-coordinate representation of color #9F4F18: hue angle of 24.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F4F18 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 24 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.38 |
| HSL | 24.44º | 0.74% | 0.36% | - |
| HSV(B) | 24.44º | 0.85% | 0.62% | - |
| XYZ | 17.26 | 13.03 | 2.47 | - |
| YUV | 96.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 24 | 0 | 0.50 | 0.85 | 0.38 | 24.44 | 0.74 | 0.36 |
| Hex | 9F | 4F | 18 | 0 | 32 | 55 | 26 | 18 | 4A | 24 |
| Octal | 237 | 117 | 30 | 0 | 62 | 125 | 46 | 30 | 112 | 44 |
| Binary | 10011111 | 1001111 | 11000 | 0 | 110010 | 1010101 | 100110 | 11000 | 1001010 | 100100 |
Color Harmonies of #9F4F18
Complementary color
Monochromatic Colors of #9F4F18
Black with #9F4F18
Text Example
Text Example
White with #9F4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F18; }
p { color: rgb(159,79,24); }
H1.HeaderClassName
{
color: #9F4F18;
}
.AnyTagClassName
{
color: #9F4F18;
}
</style>
background-color css
<style>
a { background-color: #9F4F18; }
a { background-color: rgb(159,79,24); }
div.DivClassName
{
background-color: #9F4F18;
}
.BgClassName
{
background-color: #9F4F18;
}
</style>
border-color css
<style>
span { border-color: #9F4F18; }
span { border-color: rgb(159,79,24); }
td.TdClassName
{
border-color: #9F4F18;
}
.TagClassName
{
border-color: #9F4F18;
}
</style>