Shades of Spicy Mix #845A4C
Tints of Spicy Mix #845A4C
RGB
CMYK
RGB Variations
Color information
#845A4C (or 0x845A4C) is known color: Spicy Mix. HEX triplet: 84, 5A and 4C. RGB value is (132,90,76). Sum of RGB (Red+Green+Blue) = 132+90+76=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A4C is #7BA5B3. Grayscale: #656565. Windows color (decimal): -8103348 or 5003908. OLE color: 5003908.
HSL color Cylindrical-coordinate representation of color #845A4C: hue angle of 15º 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 #845A4C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 76 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.48 |
| HSL | 15º | 0.27% | 0.41% | - |
| HSV(B) | 15º | 0.42% | 0.52% | - |
| XYZ | 14.48 | 12.74 | 8.53 | - |
| YUV | 100.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 76 | 0 | 0.32 | 0.42 | 0.48 | 15 | 0.27 | 0.41 |
| Hex | 84 | 5A | 4C | 0 | 20 | 2A | 30 | F | 1B | 29 |
| Octal | 204 | 132 | 114 | 0 | 40 | 52 | 60 | 17 | 33 | 51 |
| Binary | 10000100 | 1011010 | 1001100 | 0 | 100000 | 101010 | 110000 | 1111 | 11011 | 101001 |
Color Harmonies of #845A4C
Complementary color
Monochromatic Colors of #845A4C
Black with #845A4C
Text Example
Text Example
White with #845A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A4C; }
p { color: rgb(132,90,76); }
H1.HeaderClassName
{
color: #845A4C;
}
.AnyTagClassName
{
color: #845A4C;
}
</style>
background-color css
<style>
a { background-color: #845A4C; }
a { background-color: rgb(132,90,76); }
div.DivClassName
{
background-color: #845A4C;
}
.BgClassName
{
background-color: #845A4C;
}
</style>
border-color css
<style>
span { border-color: #845A4C; }
span { border-color: rgb(132,90,76); }
td.TdClassName
{
border-color: #845A4C;
}
.TagClassName
{
border-color: #845A4C;
}
</style>