Shades of Spicy Mix #846252
Tints of Spicy Mix #846252
RGB
CMYK
RGB Variations
Color information
#846252 (or 0x846252) is known color: Spicy Mix. HEX triplet: 84, 62 and 52. RGB value is (132,98,82). Sum of RGB (Red+Green+Blue) = 132+98+82=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #846252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846252 is #7B9DAD. Grayscale: #6A6A6A. Windows color (decimal): -8101294 or 5399172. OLE color: 5399172.
HSL color Cylindrical-coordinate representation of color #846252: hue angle of 19.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846252 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 82 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.48 |
| HSL | 19.2º | 0.23% | 0.42% | - |
| HSV(B) | 19.2º | 0.38% | 0.52% | - |
| XYZ | 15.41 | 14.25 | 9.92 | - |
| YUV | 106.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 82 | 0 | 0.26 | 0.38 | 0.48 | 19.2 | 0.23 | 0.42 |
| Hex | 84 | 62 | 52 | 0 | 1A | 26 | 30 | 13 | 17 | 2A |
| Octal | 204 | 142 | 122 | 0 | 32 | 46 | 60 | 23 | 27 | 52 |
| Binary | 10000100 | 1100010 | 1010010 | 0 | 11010 | 100110 | 110000 | 10011 | 10111 | 101010 |
Color Harmonies of #846252
Complementary color
Monochromatic Colors of #846252
Black with #846252
Text Example
Text Example
White with #846252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846252; }
p { color: rgb(132,98,82); }
H1.HeaderClassName
{
color: #846252;
}
.AnyTagClassName
{
color: #846252;
}
</style>
background-color css
<style>
a { background-color: #846252; }
a { background-color: rgb(132,98,82); }
div.DivClassName
{
background-color: #846252;
}
.BgClassName
{
background-color: #846252;
}
</style>
border-color css
<style>
span { border-color: #846252; }
span { border-color: rgb(132,98,82); }
td.TdClassName
{
border-color: #846252;
}
.TagClassName
{
border-color: #846252;
}
</style>