Shades of Rich Gold #99491F
Tints of Rich Gold #99491F
RGB
CMYK
RGB Variations
Color information
#99491F (or 0x99491F) is known color: Rich Gold. HEX triplet: 99, 49 and 1F. RGB value is (153,73,31). Sum of RGB (Red+Green+Blue) = 153+73+31=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #99491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99491F is #66B6E0. Grayscale: #5C5C5C. Windows color (decimal): -6731489 or 2050457. OLE color: 2050457.
HSL color Cylindrical-coordinate representation of color #99491F: hue angle of 20.66º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99491F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 31 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.4 |
| HSL | 20.66º | 0.66% | 0.36% | - |
| HSV(B) | 20.66º | 0.8% | 0.6% | - |
| XYZ | 15.77 | 11.64 | 2.71 | - |
| YUV | 92.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 31 | 0 | 0.52 | 0.80 | 0.4 | 20.66 | 0.66 | 0.36 |
| Hex | 99 | 49 | 1F | 0 | 34 | 50 | 28 | 15 | 42 | 24 |
| Octal | 231 | 111 | 37 | 0 | 64 | 120 | 50 | 25 | 102 | 44 |
| Binary | 10011001 | 1001001 | 11111 | 0 | 110100 | 1010000 | 101000 | 10101 | 1000010 | 100100 |
Color Harmonies of #99491F
Complementary color
Monochromatic Colors of #99491F
Black with #99491F
Text Example
Text Example
White with #99491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99491F; }
p { color: rgb(153,73,31); }
H1.HeaderClassName
{
color: #99491F;
}
.AnyTagClassName
{
color: #99491F;
}
</style>
background-color css
<style>
a { background-color: #99491F; }
a { background-color: rgb(153,73,31); }
div.DivClassName
{
background-color: #99491F;
}
.BgClassName
{
background-color: #99491F;
}
</style>
border-color css
<style>
span { border-color: #99491F; }
span { border-color: rgb(153,73,31); }
td.TdClassName
{
border-color: #99491F;
}
.TagClassName
{
border-color: #99491F;
}
</style>