Shades of Rich Gold #9F4418
Tints of Rich Gold #9F4418
RGB
CMYK
RGB Variations
Color information
#9F4418 (or 0x9F4418) is known color: Rich Gold. HEX triplet: 9F, 44 and 18. RGB value is (159,68,24). Sum of RGB (Red+Green+Blue) = 159+68+24=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4418 is #60BBE7. Grayscale: #5A5A5A. Windows color (decimal): -6339560 or 1590431. OLE color: 1590431.
HSL color Cylindrical-coordinate representation of color #9F4418: hue angle of 19.56º 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 #9F4418 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 24 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.38 |
| HSL | 19.56º | 0.74% | 0.36% | - |
| HSV(B) | 19.56º | 0.85% | 0.62% | - |
| XYZ | 16.53 | 11.57 | 2.23 | - |
| YUV | 90.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 24 | 0 | 0.57 | 0.85 | 0.38 | 19.56 | 0.74 | 0.36 |
| Hex | 9F | 44 | 18 | 0 | 39 | 55 | 26 | 14 | 4A | 24 |
| Octal | 237 | 104 | 30 | 0 | 71 | 125 | 46 | 24 | 112 | 44 |
| Binary | 10011111 | 1000100 | 11000 | 0 | 111001 | 1010101 | 100110 | 10100 | 1001010 | 100100 |
Color Harmonies of #9F4418
Complementary color
Monochromatic Colors of #9F4418
Black with #9F4418
Text Example
Text Example
White with #9F4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4418; }
p { color: rgb(159,68,24); }
H1.HeaderClassName
{
color: #9F4418;
}
.AnyTagClassName
{
color: #9F4418;
}
</style>
background-color css
<style>
a { background-color: #9F4418; }
a { background-color: rgb(159,68,24); }
div.DivClassName
{
background-color: #9F4418;
}
.BgClassName
{
background-color: #9F4418;
}
</style>
border-color css
<style>
span { border-color: #9F4418; }
span { border-color: rgb(159,68,24); }
td.TdClassName
{
border-color: #9F4418;
}
.TagClassName
{
border-color: #9F4418;
}
</style>