Shades of Spicy Mix #84594C
Tints of Spicy Mix #84594C
RGB
CMYK
RGB Variations
Color information
#84594C (or 0x84594C) is known color: Spicy Mix. HEX triplet: 84, 59 and 4C. RGB value is (132,89,76). Sum of RGB (Red+Green+Blue) = 132+89+76=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84594C is #7BA6B3. Grayscale: #646464. Windows color (decimal): -8103604 or 5003652. OLE color: 5003652.
HSL color Cylindrical-coordinate representation of color #84594C: hue angle of 13.93º degrees, saturation: 0.27, 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 #84594C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 76 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.48 |
| HSL | 13.93º | 0.27% | 0.41% | - |
| HSV(B) | 13.93º | 0.42% | 0.52% | - |
| XYZ | 14.39 | 12.57 | 8.51 | - |
| YUV | 100.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 76 | 0 | 0.33 | 0.42 | 0.48 | 13.93 | 0.27 | 0.41 |
| Hex | 84 | 59 | 4C | 0 | 21 | 2A | 30 | E | 1B | 29 |
| Octal | 204 | 131 | 114 | 0 | 41 | 52 | 60 | 16 | 33 | 51 |
| Binary | 10000100 | 1011001 | 1001100 | 0 | 100001 | 101010 | 110000 | 1110 | 11011 | 101001 |
Color Harmonies of #84594C
Complementary color
Monochromatic Colors of #84594C
Black with #84594C
Text Example
Text Example
White with #84594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84594C; }
p { color: rgb(132,89,76); }
H1.HeaderClassName
{
color: #84594C;
}
.AnyTagClassName
{
color: #84594C;
}
</style>
background-color css
<style>
a { background-color: #84594C; }
a { background-color: rgb(132,89,76); }
div.DivClassName
{
background-color: #84594C;
}
.BgClassName
{
background-color: #84594C;
}
</style>
border-color css
<style>
span { border-color: #84594C; }
span { border-color: rgb(132,89,76); }
td.TdClassName
{
border-color: #84594C;
}
.TagClassName
{
border-color: #84594C;
}
</style>