Shades of Rich Gold #994D1D
Tints of Rich Gold #994D1D
RGB
CMYK
RGB Variations
Color information
#994D1D (or 0x994D1D) is known color: Rich Gold. HEX triplet: 99, 4D and 1D. RGB value is (153,77,29). Sum of RGB (Red+Green+Blue) = 153+77+29=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D1D is #66B2E2. Grayscale: #5E5E5E. Windows color (decimal): -6730467 or 1920409. OLE color: 1920409.
HSL color Cylindrical-coordinate representation of color #994D1D: hue angle of 23.23º degrees, saturation: 0.68, 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 #994D1D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 29 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.4 |
| HSL | 23.23º | 0.68% | 0.36% | - |
| HSV(B) | 23.23º | 0.81% | 0.6% | - |
| XYZ | 16.01 | 12.17 | 2.67 | - |
| YUV | 94.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 29 | 0 | 0.50 | 0.81 | 0.4 | 23.23 | 0.68 | 0.36 |
| Hex | 99 | 4D | 1D | 0 | 32 | 51 | 28 | 17 | 44 | 24 |
| Octal | 231 | 115 | 35 | 0 | 62 | 121 | 50 | 27 | 104 | 44 |
| Binary | 10011001 | 1001101 | 11101 | 0 | 110010 | 1010001 | 101000 | 10111 | 1000100 | 100100 |
Color Harmonies of #994D1D
Complementary color
Monochromatic Colors of #994D1D
Black with #994D1D
Text Example
Text Example
White with #994D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D1D; }
p { color: rgb(153,77,29); }
H1.HeaderClassName
{
color: #994D1D;
}
.AnyTagClassName
{
color: #994D1D;
}
</style>
background-color css
<style>
a { background-color: #994D1D; }
a { background-color: rgb(153,77,29); }
div.DivClassName
{
background-color: #994D1D;
}
.BgClassName
{
background-color: #994D1D;
}
</style>
border-color css
<style>
span { border-color: #994D1D; }
span { border-color: rgb(153,77,29); }
td.TdClassName
{
border-color: #994D1D;
}
.TagClassName
{
border-color: #994D1D;
}
</style>