Shades of Spicy Mix #84584B
Tints of Spicy Mix #84584B
RGB
CMYK
RGB Variations
Color information
#84584B (or 0x84584B) is known color: Spicy Mix. HEX triplet: 84, 58 and 4B. RGB value is (132,88,75). Sum of RGB (Red+Green+Blue) = 132+88+75=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84584B is #7BA7B4. Grayscale: #636363. Windows color (decimal): -8103861 or 4937860. OLE color: 4937860.
HSL color Cylindrical-coordinate representation of color #84584B: hue angle of 13.68º 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 #84584B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 75 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.48 |
| HSL | 13.68º | 0.28% | 0.41% | - |
| HSV(B) | 13.68º | 0.43% | 0.52% | - |
| XYZ | 14.28 | 12.39 | 8.3 | - |
| YUV | 99.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 75 | 0 | 0.33 | 0.43 | 0.48 | 13.68 | 0.28 | 0.41 |
| Hex | 84 | 58 | 4B | 0 | 21 | 2B | 30 | E | 1C | 29 |
| Octal | 204 | 130 | 113 | 0 | 41 | 53 | 60 | 16 | 34 | 51 |
| Binary | 10000100 | 1011000 | 1001011 | 0 | 100001 | 101011 | 110000 | 1110 | 11100 | 101001 |
Color Harmonies of #84584B
Complementary color
Monochromatic Colors of #84584B
Black with #84584B
Text Example
Text Example
White with #84584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84584B; }
p { color: rgb(132,88,75); }
H1.HeaderClassName
{
color: #84584B;
}
.AnyTagClassName
{
color: #84584B;
}
</style>
background-color css
<style>
a { background-color: #84584B; }
a { background-color: rgb(132,88,75); }
div.DivClassName
{
background-color: #84584B;
}
.BgClassName
{
background-color: #84584B;
}
</style>
border-color css
<style>
span { border-color: #84584B; }
span { border-color: rgb(132,88,75); }
td.TdClassName
{
border-color: #84584B;
}
.TagClassName
{
border-color: #84584B;
}
</style>