Shades of Spicy Mix #84574B
Tints of Spicy Mix #84574B
RGB
CMYK
RGB Variations
Color information
#84574B (or 0x84574B) is known color: Spicy Mix. HEX triplet: 84, 57 and 4B. RGB value is (132,87,75). Sum of RGB (Red+Green+Blue) = 132+87+75=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84574B is #7BA8B4. Grayscale: #636363. Windows color (decimal): -8104117 or 4937604. OLE color: 4937604.
HSL color Cylindrical-coordinate representation of color #84574B: hue angle of 12.63º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84574B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 75 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.48 |
| HSL | 12.63º | 0.28% | 0.41% | - |
| HSV(B) | 12.63º | 0.43% | 0.52% | - |
| XYZ | 14.19 | 12.23 | 8.27 | - |
| YUV | 99.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 75 | 0 | 0.34 | 0.43 | 0.48 | 12.63 | 0.28 | 0.41 |
| Hex | 84 | 57 | 4B | 0 | 22 | 2B | 30 | D | 1C | 29 |
| Octal | 204 | 127 | 113 | 0 | 42 | 53 | 60 | 15 | 34 | 51 |
| Binary | 10000100 | 1010111 | 1001011 | 0 | 100010 | 101011 | 110000 | 1101 | 11100 | 101001 |
Color Harmonies of #84574B
Complementary color
Monochromatic Colors of #84574B
Black with #84574B
Text Example
Text Example
White with #84574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84574B; }
p { color: rgb(132,87,75); }
H1.HeaderClassName
{
color: #84574B;
}
.AnyTagClassName
{
color: #84574B;
}
</style>
background-color css
<style>
a { background-color: #84574B; }
a { background-color: rgb(132,87,75); }
div.DivClassName
{
background-color: #84574B;
}
.BgClassName
{
background-color: #84574B;
}
</style>
border-color css
<style>
span { border-color: #84574B; }
span { border-color: rgb(132,87,75); }
td.TdClassName
{
border-color: #84574B;
}
.TagClassName
{
border-color: #84574B;
}
</style>