Shades of Rich Gold #984D1A
Tints of Rich Gold #984D1A
RGB
CMYK
RGB Variations
Color information
#984D1A (or 0x984D1A) is known color: Rich Gold. HEX triplet: 98, 4D and 1A. RGB value is (152,77,26). Sum of RGB (Red+Green+Blue) = 152+77+26=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #984D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D1A is #67B2E5. Grayscale: #5D5D5D. Windows color (decimal): -6796006 or 1723800. OLE color: 1723800.
HSL color Cylindrical-coordinate representation of color #984D1A: hue angle of 24.29º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #984D1A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 26 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.40 |
| HSL | 24.29º | 0.71% | 0.35% | - |
| HSV(B) | 24.29º | 0.83% | 0.6% | - |
| XYZ | 15.79 | 12.06 | 2.47 | - |
| YUV | 93.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 26 | 0 | 0.49 | 0.83 | 0.40 | 24.29 | 0.71 | 0.35 |
| Hex | 98 | 4D | 1A | 0 | 31 | 53 | 28 | 18 | 47 | 23 |
| Octal | 230 | 115 | 32 | 0 | 61 | 123 | 50 | 30 | 107 | 43 |
| Binary | 10011000 | 1001101 | 11010 | 0 | 110001 | 1010011 | 101000 | 11000 | 1000111 | 100011 |
Color Harmonies of #984D1A
Complementary color
Monochromatic Colors of #984D1A
Black with #984D1A
Text Example
Text Example
White with #984D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D1A; }
p { color: rgb(152,77,26); }
H1.HeaderClassName
{
color: #984D1A;
}
.AnyTagClassName
{
color: #984D1A;
}
</style>
background-color css
<style>
a { background-color: #984D1A; }
a { background-color: rgb(152,77,26); }
div.DivClassName
{
background-color: #984D1A;
}
.BgClassName
{
background-color: #984D1A;
}
</style>
border-color css
<style>
span { border-color: #984D1A; }
span { border-color: rgb(152,77,26); }
td.TdClassName
{
border-color: #984D1A;
}
.TagClassName
{
border-color: #984D1A;
}
</style>