Shades of Rich Gold #994D1C
Tints of Rich Gold #994D1C
RGB
CMYK
RGB Variations
Color information
#994D1C (or 0x994D1C) is known color: Rich Gold. HEX triplet: 99, 4D and 1C. RGB value is (153,77,28). Sum of RGB (Red+Green+Blue) = 153+77+28=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D1C is #66B2E3. Grayscale: #5E5E5E. Windows color (decimal): -6730468 or 1854873. OLE color: 1854873.
HSL color Cylindrical-coordinate representation of color #994D1C: hue angle of 23.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #994D1C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 28 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.4 |
| HSL | 23.52º | 0.69% | 0.35% | - |
| HSV(B) | 23.52º | 0.82% | 0.6% | - |
| XYZ | 16 | 12.16 | 2.6 | - |
| YUV | 94.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 28 | 0 | 0.50 | 0.82 | 0.4 | 23.52 | 0.69 | 0.35 |
| Hex | 99 | 4D | 1C | 0 | 32 | 52 | 28 | 18 | 45 | 23 |
| Octal | 231 | 115 | 34 | 0 | 62 | 122 | 50 | 30 | 105 | 43 |
| Binary | 10011001 | 1001101 | 11100 | 0 | 110010 | 1010010 | 101000 | 11000 | 1000101 | 100011 |
Color Harmonies of #994D1C
Complementary color
Monochromatic Colors of #994D1C
Black with #994D1C
Text Example
Text Example
White with #994D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D1C; }
p { color: rgb(153,77,28); }
H1.HeaderClassName
{
color: #994D1C;
}
.AnyTagClassName
{
color: #994D1C;
}
</style>
background-color css
<style>
a { background-color: #994D1C; }
a { background-color: rgb(153,77,28); }
div.DivClassName
{
background-color: #994D1C;
}
.BgClassName
{
background-color: #994D1C;
}
</style>
border-color css
<style>
span { border-color: #994D1C; }
span { border-color: rgb(153,77,28); }
td.TdClassName
{
border-color: #994D1C;
}
.TagClassName
{
border-color: #994D1C;
}
</style>