Shades of Rich Gold #9F4D1A
Tints of Rich Gold #9F4D1A
RGB
CMYK
RGB Variations
Color information
#9F4D1A (or 0x9F4D1A) is known color: Rich Gold. HEX triplet: 9F, 4D and 1A. RGB value is (159,77,26). Sum of RGB (Red+Green+Blue) = 159+77+26=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D1A is #60B2E5. Grayscale: #5F5F5F. Windows color (decimal): -6337254 or 1723807. OLE color: 1723807.
HSL color Cylindrical-coordinate representation of color #9F4D1A: hue angle of 23.01º degrees, saturation: 0.72, 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 #9F4D1A is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 26 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.38 |
| HSL | 23.01º | 0.72% | 0.36% | - |
| HSV(B) | 23.01º | 0.84% | 0.62% | - |
| XYZ | 17.14 | 12.75 | 2.54 | - |
| YUV | 95.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 26 | 0 | 0.52 | 0.84 | 0.38 | 23.01 | 0.72 | 0.36 |
| Hex | 9F | 4D | 1A | 0 | 34 | 54 | 26 | 17 | 48 | 24 |
| Octal | 237 | 115 | 32 | 0 | 64 | 124 | 46 | 27 | 110 | 44 |
| Binary | 10011111 | 1001101 | 11010 | 0 | 110100 | 1010100 | 100110 | 10111 | 1001000 | 100100 |
Color Harmonies of #9F4D1A
Complementary color
Monochromatic Colors of #9F4D1A
Black with #9F4D1A
Text Example
Text Example
White with #9F4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D1A; }
p { color: rgb(159,77,26); }
H1.HeaderClassName
{
color: #9F4D1A;
}
.AnyTagClassName
{
color: #9F4D1A;
}
</style>
background-color css
<style>
a { background-color: #9F4D1A; }
a { background-color: rgb(159,77,26); }
div.DivClassName
{
background-color: #9F4D1A;
}
.BgClassName
{
background-color: #9F4D1A;
}
</style>
border-color css
<style>
span { border-color: #9F4D1A; }
span { border-color: rgb(159,77,26); }
td.TdClassName
{
border-color: #9F4D1A;
}
.TagClassName
{
border-color: #9F4D1A;
}
</style>