Shades of Rich Gold #9F4419
Tints of Rich Gold #9F4419
RGB
CMYK
RGB Variations
Color information
#9F4419 (or 0x9F4419) is known color: Rich Gold. HEX triplet: 9F, 44 and 19. RGB value is (159,68,25). Sum of RGB (Red+Green+Blue) = 159+68+25=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4419 is #60BBE6. Grayscale: #5A5A5A. Windows color (decimal): -6339559 or 1655967. OLE color: 1655967.
HSL color Cylindrical-coordinate representation of color #9F4419: hue angle of 19.25º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F4419 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 25 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.38 |
| HSL | 19.25º | 0.73% | 0.36% | - |
| HSV(B) | 19.25º | 0.84% | 0.62% | - |
| XYZ | 16.54 | 11.58 | 2.28 | - |
| YUV | 90.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 25 | 0 | 0.57 | 0.84 | 0.38 | 19.25 | 0.73 | 0.36 |
| Hex | 9F | 44 | 19 | 0 | 39 | 54 | 26 | 13 | 49 | 24 |
| Octal | 237 | 104 | 31 | 0 | 71 | 124 | 46 | 23 | 111 | 44 |
| Binary | 10011111 | 1000100 | 11001 | 0 | 111001 | 1010100 | 100110 | 10011 | 1001001 | 100100 |
Color Harmonies of #9F4419
Complementary color
Monochromatic Colors of #9F4419
Black with #9F4419
Text Example
Text Example
White with #9F4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4419; }
p { color: rgb(159,68,25); }
H1.HeaderClassName
{
color: #9F4419;
}
.AnyTagClassName
{
color: #9F4419;
}
</style>
background-color css
<style>
a { background-color: #9F4419; }
a { background-color: rgb(159,68,25); }
div.DivClassName
{
background-color: #9F4419;
}
.BgClassName
{
background-color: #9F4419;
}
</style>
border-color css
<style>
span { border-color: #9F4419; }
span { border-color: rgb(159,68,25); }
td.TdClassName
{
border-color: #9F4419;
}
.TagClassName
{
border-color: #9F4419;
}
</style>