Shades of Rich Gold #9A4D1E
Tints of Rich Gold #9A4D1E
RGB
CMYK
RGB Variations
Color information
#9A4D1E (or 0x9A4D1E) is known color: Rich Gold. HEX triplet: 9A, 4D and 1E. RGB value is (154,77,30). Sum of RGB (Red+Green+Blue) = 154+77+30=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A4D1E is #65B2E1. Grayscale: #5E5E5E. Windows color (decimal): -6664930 or 1985946. OLE color: 1985946.
HSL color Cylindrical-coordinate representation of color #9A4D1E: hue angle of 22.74º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A4D1E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 30 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.40 |
| HSL | 22.74º | 0.67% | 0.36% | - |
| HSV(B) | 22.74º | 0.81% | 0.6% | - |
| XYZ | 16.21 | 12.27 | 2.74 | - |
| YUV | 94.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 30 | 0 | 0.50 | 0.81 | 0.40 | 22.74 | 0.67 | 0.36 |
| Hex | 9A | 4D | 1E | 0 | 32 | 51 | 28 | 17 | 43 | 24 |
| Octal | 232 | 115 | 36 | 0 | 62 | 121 | 50 | 27 | 103 | 44 |
| Binary | 10011010 | 1001101 | 11110 | 0 | 110010 | 1010001 | 101000 | 10111 | 1000011 | 100100 |
Color Harmonies of #9A4D1E
Complementary color
Monochromatic Colors of #9A4D1E
Black with #9A4D1E
Text Example
Text Example
White with #9A4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D1E; }
p { color: rgb(154,77,30); }
H1.HeaderClassName
{
color: #9A4D1E;
}
.AnyTagClassName
{
color: #9A4D1E;
}
</style>
background-color css
<style>
a { background-color: #9A4D1E; }
a { background-color: rgb(154,77,30); }
div.DivClassName
{
background-color: #9A4D1E;
}
.BgClassName
{
background-color: #9A4D1E;
}
</style>
border-color css
<style>
span { border-color: #9A4D1E; }
span { border-color: rgb(154,77,30); }
td.TdClassName
{
border-color: #9A4D1E;
}
.TagClassName
{
border-color: #9A4D1E;
}
</style>