Shades of Spicy Mix #84594E
Tints of Spicy Mix #84594E
RGB
CMYK
RGB Variations
Color information
#84594E (or 0x84594E) is known color: Spicy Mix. HEX triplet: 84, 59 and 4E. RGB value is (132,89,78). Sum of RGB (Red+Green+Blue) = 132+89+78=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #84594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84594E is #7BA6B1. Grayscale: #646464. Windows color (decimal): -8103602 or 5134724. OLE color: 5134724.
HSL color Cylindrical-coordinate representation of color #84594E: hue angle of 12.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84594E is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 78 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.48 |
| HSL | 12.22º | 0.26% | 0.41% | - |
| HSV(B) | 12.22º | 0.41% | 0.52% | - |
| XYZ | 14.46 | 12.6 | 8.88 | - |
| YUV | 100.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 78 | 0 | 0.33 | 0.41 | 0.48 | 12.22 | 0.26 | 0.41 |
| Hex | 84 | 59 | 4E | 0 | 21 | 29 | 30 | C | 1A | 29 |
| Octal | 204 | 131 | 116 | 0 | 41 | 51 | 60 | 14 | 32 | 51 |
| Binary | 10000100 | 1011001 | 1001110 | 0 | 100001 | 101001 | 110000 | 1100 | 11010 | 101001 |
Color Harmonies of #84594E
Complementary color
Monochromatic Colors of #84594E
Black with #84594E
Text Example
Text Example
White with #84594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84594E; }
p { color: rgb(132,89,78); }
H1.HeaderClassName
{
color: #84594E;
}
.AnyTagClassName
{
color: #84594E;
}
</style>
background-color css
<style>
a { background-color: #84594E; }
a { background-color: rgb(132,89,78); }
div.DivClassName
{
background-color: #84594E;
}
.BgClassName
{
background-color: #84594E;
}
</style>
border-color css
<style>
span { border-color: #84594E; }
span { border-color: rgb(132,89,78); }
td.TdClassName
{
border-color: #84594E;
}
.TagClassName
{
border-color: #84594E;
}
</style>