Shades of Spicy Mix #84584A
Tints of Spicy Mix #84584A
RGB
CMYK
RGB Variations
Color information
#84584A (or 0x84584A) is known color: Spicy Mix. HEX triplet: 84, 58 and 4A. RGB value is (132,88,74). Sum of RGB (Red+Green+Blue) = 132+88+74=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84584A is #7BA7B5. Grayscale: #636363. Windows color (decimal): -8103862 or 4872324. OLE color: 4872324.
HSL color Cylindrical-coordinate representation of color #84584A: hue angle of 14.48º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84584A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 74 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.48 |
| HSL | 14.48º | 0.28% | 0.4% | - |
| HSV(B) | 14.48º | 0.44% | 0.52% | - |
| XYZ | 14.24 | 12.38 | 8.12 | - |
| YUV | 99.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 74 | 0 | 0.33 | 0.44 | 0.48 | 14.48 | 0.28 | 0.4 |
| Hex | 84 | 58 | 4A | 0 | 21 | 2C | 30 | E | 1C | 28 |
| Octal | 204 | 130 | 112 | 0 | 41 | 54 | 60 | 16 | 34 | 50 |
| Binary | 10000100 | 1011000 | 1001010 | 0 | 100001 | 101100 | 110000 | 1110 | 11100 | 101000 |
Color Harmonies of #84584A
Complementary color
Monochromatic Colors of #84584A
Black with #84584A
Text Example
Text Example
White with #84584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84584A; }
p { color: rgb(132,88,74); }
H1.HeaderClassName
{
color: #84584A;
}
.AnyTagClassName
{
color: #84584A;
}
</style>
background-color css
<style>
a { background-color: #84584A; }
a { background-color: rgb(132,88,74); }
div.DivClassName
{
background-color: #84584A;
}
.BgClassName
{
background-color: #84584A;
}
</style>
border-color css
<style>
span { border-color: #84584A; }
span { border-color: rgb(132,88,74); }
td.TdClassName
{
border-color: #84584A;
}
.TagClassName
{
border-color: #84584A;
}
</style>