Shades of Rich Gold #9F4824
Tints of Rich Gold #9F4824
RGB
CMYK
RGB Variations
Color information
#9F4824 (or 0x9F4824) is known color: Rich Gold. HEX triplet: 9F, 48 and 24. RGB value is (159,72,36). Sum of RGB (Red+Green+Blue) = 159+72+36=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4824 is #60B7DB. Grayscale: #5E5E5E. Windows color (decimal): -6338524 or 2377887. OLE color: 2377887.
HSL color Cylindrical-coordinate representation of color #9F4824: hue angle of 17.56º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F4824 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 36 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.38 |
| HSL | 17.56º | 0.63% | 0.38% | - |
| HSV(B) | 17.56º | 0.77% | 0.62% | - |
| XYZ | 16.93 | 12.13 | 3.12 | - |
| YUV | 93.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 36 | 0 | 0.55 | 0.77 | 0.38 | 17.56 | 0.63 | 0.38 |
| Hex | 9F | 48 | 24 | 0 | 37 | 4D | 26 | 12 | 3F | 26 |
| Octal | 237 | 110 | 44 | 0 | 67 | 115 | 46 | 22 | 77 | 46 |
| Binary | 10011111 | 1001000 | 100100 | 0 | 110111 | 1001101 | 100110 | 10010 | 111111 | 100110 |
Color Harmonies of #9F4824
Complementary color
Monochromatic Colors of #9F4824
Black with #9F4824
Text Example
Text Example
White with #9F4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4824; }
p { color: rgb(159,72,36); }
H1.HeaderClassName
{
color: #9F4824;
}
.AnyTagClassName
{
color: #9F4824;
}
</style>
background-color css
<style>
a { background-color: #9F4824; }
a { background-color: rgb(159,72,36); }
div.DivClassName
{
background-color: #9F4824;
}
.BgClassName
{
background-color: #9F4824;
}
</style>
border-color css
<style>
span { border-color: #9F4824; }
span { border-color: rgb(159,72,36); }
td.TdClassName
{
border-color: #9F4824;
}
.TagClassName
{
border-color: #9F4824;
}
</style>