Shades of Rich Gold #994F18
Tints of Rich Gold #994F18
RGB
CMYK
RGB Variations
Color information
#994F18 (or 0x994F18) is known color: Rich Gold. HEX triplet: 99, 4F and 18. RGB value is (153,79,24). Sum of RGB (Red+Green+Blue) = 153+79+24=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F18 is #66B0E7. Grayscale: #5F5F5F. Windows color (decimal): -6729960 or 1593241. OLE color: 1593241.
HSL color Cylindrical-coordinate representation of color #994F18: hue angle of 25.58º degrees, saturation: 0.73, 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 #994F18 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 24 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.4 |
| HSL | 25.58º | 0.73% | 0.35% | - |
| HSV(B) | 25.58º | 0.84% | 0.6% | - |
| XYZ | 16.1 | 12.43 | 2.41 | - |
| YUV | 94.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 24 | 0 | 0.48 | 0.84 | 0.4 | 25.58 | 0.73 | 0.35 |
| Hex | 99 | 4F | 18 | 0 | 30 | 54 | 28 | 1A | 49 | 23 |
| Octal | 231 | 117 | 30 | 0 | 60 | 124 | 50 | 32 | 111 | 43 |
| Binary | 10011001 | 1001111 | 11000 | 0 | 110000 | 1010100 | 101000 | 11010 | 1001001 | 100011 |
Color Harmonies of #994F18
Complementary color
Monochromatic Colors of #994F18
Black with #994F18
Text Example
Text Example
White with #994F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F18; }
p { color: rgb(153,79,24); }
H1.HeaderClassName
{
color: #994F18;
}
.AnyTagClassName
{
color: #994F18;
}
</style>
background-color css
<style>
a { background-color: #994F18; }
a { background-color: rgb(153,79,24); }
div.DivClassName
{
background-color: #994F18;
}
.BgClassName
{
background-color: #994F18;
}
</style>
border-color css
<style>
span { border-color: #994F18; }
span { border-color: rgb(153,79,24); }
td.TdClassName
{
border-color: #994F18;
}
.TagClassName
{
border-color: #994F18;
}
</style>