Shades of Spicy Mix #845C52
Tints of Spicy Mix #845C52
RGB
CMYK
RGB Variations
Color information
#845C52 (or 0x845C52) is known color: Spicy Mix. HEX triplet: 84, 5C and 52. RGB value is (132,92,82). Sum of RGB (Red+Green+Blue) = 132+92+82=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #845C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C52 is #7BA3AD. Grayscale: #666666. Windows color (decimal): -8102830 or 5397636. OLE color: 5397636.
HSL color Cylindrical-coordinate representation of color #845C52: hue angle of 12º 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 #845C52 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 82 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.48 |
| HSL | 12º | 0.23% | 0.42% | - |
| HSV(B) | 12º | 0.38% | 0.52% | - |
| XYZ | 14.87 | 13.17 | 9.74 | - |
| YUV | 102.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 82 | 0 | 0.30 | 0.38 | 0.48 | 12 | 0.23 | 0.42 |
| Hex | 84 | 5C | 52 | 0 | 1E | 26 | 30 | C | 17 | 2A |
| Octal | 204 | 134 | 122 | 0 | 36 | 46 | 60 | 14 | 27 | 52 |
| Binary | 10000100 | 1011100 | 1010010 | 0 | 11110 | 100110 | 110000 | 1100 | 10111 | 101010 |
Color Harmonies of #845C52
Complementary color
Monochromatic Colors of #845C52
Black with #845C52
Text Example
Text Example
White with #845C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C52; }
p { color: rgb(132,92,82); }
H1.HeaderClassName
{
color: #845C52;
}
.AnyTagClassName
{
color: #845C52;
}
</style>
background-color css
<style>
a { background-color: #845C52; }
a { background-color: rgb(132,92,82); }
div.DivClassName
{
background-color: #845C52;
}
.BgClassName
{
background-color: #845C52;
}
</style>
border-color css
<style>
span { border-color: #845C52; }
span { border-color: rgb(132,92,82); }
td.TdClassName
{
border-color: #845C52;
}
.TagClassName
{
border-color: #845C52;
}
</style>