Shades of Rich Gold #995221
Tints of Rich Gold #995221
RGB
CMYK
RGB Variations
Color information
#995221 (or 0x995221) is known color: Rich Gold. HEX triplet: 99, 52 and 21. RGB value is (153,82,33). Sum of RGB (Red+Green+Blue) = 153+82+33=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #995221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995221 is #66ADDE. Grayscale: #616161. Windows color (decimal): -6729183 or 2183833. OLE color: 2183833.
HSL color Cylindrical-coordinate representation of color #995221: hue angle of 24.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995221 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 33 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.4 |
| HSL | 24.5º | 0.65% | 0.36% | - |
| HSV(B) | 24.5º | 0.78% | 0.6% | - |
| XYZ | 16.43 | 12.92 | 3.07 | - |
| YUV | 97.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 33 | 0 | 0.46 | 0.78 | 0.4 | 24.5 | 0.65 | 0.36 |
| Hex | 99 | 52 | 21 | 0 | 2E | 4E | 28 | 18 | 41 | 24 |
| Octal | 231 | 122 | 41 | 0 | 56 | 116 | 50 | 30 | 101 | 44 |
| Binary | 10011001 | 1010010 | 100001 | 0 | 101110 | 1001110 | 101000 | 11000 | 1000001 | 100100 |
Color Harmonies of #995221
Complementary color
Monochromatic Colors of #995221
Black with #995221
Text Example
Text Example
White with #995221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995221; }
p { color: rgb(153,82,33); }
H1.HeaderClassName
{
color: #995221;
}
.AnyTagClassName
{
color: #995221;
}
</style>
background-color css
<style>
a { background-color: #995221; }
a { background-color: rgb(153,82,33); }
div.DivClassName
{
background-color: #995221;
}
.BgClassName
{
background-color: #995221;
}
</style>
border-color css
<style>
span { border-color: #995221; }
span { border-color: rgb(153,82,33); }
td.TdClassName
{
border-color: #995221;
}
.TagClassName
{
border-color: #995221;
}
</style>