Shades of Rich Gold #99471E
Tints of Rich Gold #99471E
RGB
CMYK
RGB Variations
Color information
#99471E (or 0x99471E) is known color: Rich Gold. HEX triplet: 99, 47 and 1E. RGB value is (153,71,30). Sum of RGB (Red+Green+Blue) = 153+71+30=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99471E is #66B8E1. Grayscale: #5B5B5B. Windows color (decimal): -6732002 or 1984409. OLE color: 1984409.
HSL color Cylindrical-coordinate representation of color #99471E: hue angle of 20º degrees, saturation: 0.67, 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 #99471E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 30 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.4 |
| HSL | 20º | 0.67% | 0.36% | - |
| HSV(B) | 20º | 0.8% | 0.6% | - |
| XYZ | 15.62 | 11.37 | 2.6 | - |
| YUV | 90.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 30 | 0 | 0.54 | 0.80 | 0.4 | 20 | 0.67 | 0.36 |
| Hex | 99 | 47 | 1E | 0 | 36 | 50 | 28 | 14 | 43 | 24 |
| Octal | 231 | 107 | 36 | 0 | 66 | 120 | 50 | 24 | 103 | 44 |
| Binary | 10011001 | 1000111 | 11110 | 0 | 110110 | 1010000 | 101000 | 10100 | 1000011 | 100100 |
Color Harmonies of #99471E
Complementary color
Monochromatic Colors of #99471E
Black with #99471E
Text Example
Text Example
White with #99471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99471E; }
p { color: rgb(153,71,30); }
H1.HeaderClassName
{
color: #99471E;
}
.AnyTagClassName
{
color: #99471E;
}
</style>
background-color css
<style>
a { background-color: #99471E; }
a { background-color: rgb(153,71,30); }
div.DivClassName
{
background-color: #99471E;
}
.BgClassName
{
background-color: #99471E;
}
</style>
border-color css
<style>
span { border-color: #99471E; }
span { border-color: rgb(153,71,30); }
td.TdClassName
{
border-color: #99471E;
}
.TagClassName
{
border-color: #99471E;
}
</style>