Shades of Rich Gold #99471C
Tints of Rich Gold #99471C
RGB
CMYK
RGB Variations
Color information
#99471C (or 0x99471C) is known color: Rich Gold. HEX triplet: 99, 47 and 1C. RGB value is (153,71,28). Sum of RGB (Red+Green+Blue) = 153+71+28=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99471C is #66B8E3. Grayscale: #5A5A5A. Windows color (decimal): -6732004 or 1853337. OLE color: 1853337.
HSL color Cylindrical-coordinate representation of color #99471C: hue angle of 20.64º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99471C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 28 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.4 |
| HSL | 20.64º | 0.69% | 0.35% | - |
| HSV(B) | 20.64º | 0.82% | 0.6% | - |
| XYZ | 15.6 | 11.36 | 2.47 | - |
| YUV | 90.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 28 | 0 | 0.54 | 0.82 | 0.4 | 20.64 | 0.69 | 0.35 |
| Hex | 99 | 47 | 1C | 0 | 36 | 52 | 28 | 15 | 45 | 23 |
| Octal | 231 | 107 | 34 | 0 | 66 | 122 | 50 | 25 | 105 | 43 |
| Binary | 10011001 | 1000111 | 11100 | 0 | 110110 | 1010010 | 101000 | 10101 | 1000101 | 100011 |
Color Harmonies of #99471C
Complementary color
Monochromatic Colors of #99471C
Black with #99471C
Text Example
Text Example
White with #99471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99471C; }
p { color: rgb(153,71,28); }
H1.HeaderClassName
{
color: #99471C;
}
.AnyTagClassName
{
color: #99471C;
}
</style>
background-color css
<style>
a { background-color: #99471C; }
a { background-color: rgb(153,71,28); }
div.DivClassName
{
background-color: #99471C;
}
.BgClassName
{
background-color: #99471C;
}
</style>
border-color css
<style>
span { border-color: #99471C; }
span { border-color: rgb(153,71,28); }
td.TdClassName
{
border-color: #99471C;
}
.TagClassName
{
border-color: #99471C;
}
</style>