Shades of Spicy Mix #84584D
Tints of Spicy Mix #84584D
RGB
CMYK
RGB Variations
Color information
#84584D (or 0x84584D) is known color: Spicy Mix. HEX triplet: 84, 58 and 4D. RGB value is (132,88,77). Sum of RGB (Red+Green+Blue) = 132+88+77=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84584D is #7BA7B2. Grayscale: #636363. Windows color (decimal): -8103859 or 5068932. OLE color: 5068932.
HSL color Cylindrical-coordinate representation of color #84584D: hue angle of 12º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84584D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 77 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.48 |
| HSL | 12º | 0.26% | 0.41% | - |
| HSV(B) | 12º | 0.42% | 0.52% | - |
| XYZ | 14.35 | 12.42 | 8.66 | - |
| YUV | 99.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 77 | 0 | 0.33 | 0.42 | 0.48 | 12 | 0.26 | 0.41 |
| Hex | 84 | 58 | 4D | 0 | 21 | 2A | 30 | C | 1A | 29 |
| Octal | 204 | 130 | 115 | 0 | 41 | 52 | 60 | 14 | 32 | 51 |
| Binary | 10000100 | 1011000 | 1001101 | 0 | 100001 | 101010 | 110000 | 1100 | 11010 | 101001 |
Color Harmonies of #84584D
Complementary color
Monochromatic Colors of #84584D
Black with #84584D
Text Example
Text Example
White with #84584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84584D; }
p { color: rgb(132,88,77); }
H1.HeaderClassName
{
color: #84584D;
}
.AnyTagClassName
{
color: #84584D;
}
</style>
background-color css
<style>
a { background-color: #84584D; }
a { background-color: rgb(132,88,77); }
div.DivClassName
{
background-color: #84584D;
}
.BgClassName
{
background-color: #84584D;
}
</style>
border-color css
<style>
span { border-color: #84584D; }
span { border-color: rgb(132,88,77); }
td.TdClassName
{
border-color: #84584D;
}
.TagClassName
{
border-color: #84584D;
}
</style>