Shades of Rich Gold #995019
Tints of Rich Gold #995019
RGB
CMYK
RGB Variations
Color information
#995019 (or 0x995019) is known color: Rich Gold. HEX triplet: 99, 50 and 19. RGB value is (153,80,25). Sum of RGB (Red+Green+Blue) = 153+80+25=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995019 is #66AFE6. Grayscale: #5F5F5F. Windows color (decimal): -6729703 or 1659033. OLE color: 1659033.
HSL color Cylindrical-coordinate representation of color #995019: hue angle of 25.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995019 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 25 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.4 |
| HSL | 25.78º | 0.72% | 0.35% | - |
| HSV(B) | 25.78º | 0.84% | 0.6% | - |
| XYZ | 16.18 | 12.58 | 2.5 | - |
| YUV | 95.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 25 | 0 | 0.48 | 0.84 | 0.4 | 25.78 | 0.72 | 0.35 |
| Hex | 99 | 50 | 19 | 0 | 30 | 54 | 28 | 1A | 48 | 23 |
| Octal | 231 | 120 | 31 | 0 | 60 | 124 | 50 | 32 | 110 | 43 |
| Binary | 10011001 | 1010000 | 11001 | 0 | 110000 | 1010100 | 101000 | 11010 | 1001000 | 100011 |
Color Harmonies of #995019
Complementary color
Monochromatic Colors of #995019
Black with #995019
Text Example
Text Example
White with #995019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995019; }
p { color: rgb(153,80,25); }
H1.HeaderClassName
{
color: #995019;
}
.AnyTagClassName
{
color: #995019;
}
</style>
background-color css
<style>
a { background-color: #995019; }
a { background-color: rgb(153,80,25); }
div.DivClassName
{
background-color: #995019;
}
.BgClassName
{
background-color: #995019;
}
</style>
border-color css
<style>
span { border-color: #995019; }
span { border-color: rgb(153,80,25); }
td.TdClassName
{
border-color: #995019;
}
.TagClassName
{
border-color: #995019;
}
</style>