Shades of Rich Gold #9F4823
Tints of Rich Gold #9F4823
RGB
CMYK
RGB Variations
Color information
#9F4823 (or 0x9F4823) is known color: Rich Gold. HEX triplet: 9F, 48 and 23. RGB value is (159,72,35). Sum of RGB (Red+Green+Blue) = 159+72+35=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4823 is #60B7DC. Grayscale: #5E5E5E. Windows color (decimal): -6338525 or 2312351. OLE color: 2312351.
HSL color Cylindrical-coordinate representation of color #9F4823: hue angle of 17.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F4823 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 35 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.38 |
| HSL | 17.9º | 0.64% | 0.38% | - |
| HSV(B) | 17.9º | 0.78% | 0.62% | - |
| XYZ | 16.92 | 12.13 | 3.04 | - |
| YUV | 93.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 35 | 0 | 0.55 | 0.78 | 0.38 | 17.9 | 0.64 | 0.38 |
| Hex | 9F | 48 | 23 | 0 | 37 | 4E | 26 | 12 | 40 | 26 |
| Octal | 237 | 110 | 43 | 0 | 67 | 116 | 46 | 22 | 100 | 46 |
| Binary | 10011111 | 1001000 | 100011 | 0 | 110111 | 1001110 | 100110 | 10010 | 1000000 | 100110 |
Color Harmonies of #9F4823
Complementary color
Monochromatic Colors of #9F4823
Black with #9F4823
Text Example
Text Example
White with #9F4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4823; }
p { color: rgb(159,72,35); }
H1.HeaderClassName
{
color: #9F4823;
}
.AnyTagClassName
{
color: #9F4823;
}
</style>
background-color css
<style>
a { background-color: #9F4823; }
a { background-color: rgb(159,72,35); }
div.DivClassName
{
background-color: #9F4823;
}
.BgClassName
{
background-color: #9F4823;
}
</style>
border-color css
<style>
span { border-color: #9F4823; }
span { border-color: rgb(159,72,35); }
td.TdClassName
{
border-color: #9F4823;
}
.TagClassName
{
border-color: #9F4823;
}
</style>