Shades of Spicy Mix #845A47
Tints of Spicy Mix #845A47
RGB
CMYK
RGB Variations
Color information
#845A47 (or 0x845A47) is known color: Spicy Mix. HEX triplet: 84, 5A and 47. RGB value is (132,90,71). Sum of RGB (Red+Green+Blue) = 132+90+71=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #845A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A47 is #7BA5B8. Grayscale: #646464. Windows color (decimal): -8103353 or 4676228. OLE color: 4676228.
HSL color Cylindrical-coordinate representation of color #845A47: hue angle of 18.69º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845A47 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 71 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.48 |
| HSL | 18.69º | 0.3% | 0.4% | - |
| HSV(B) | 18.69º | 0.46% | 0.52% | - |
| XYZ | 14.31 | 12.67 | 7.65 | - |
| YUV | 100.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 71 | 0 | 0.32 | 0.46 | 0.48 | 18.69 | 0.3 | 0.4 |
| Hex | 84 | 5A | 47 | 0 | 20 | 2E | 30 | 13 | 1E | 28 |
| Octal | 204 | 132 | 107 | 0 | 40 | 56 | 60 | 23 | 36 | 50 |
| Binary | 10000100 | 1011010 | 1000111 | 0 | 100000 | 101110 | 110000 | 10011 | 11110 | 101000 |
Color Harmonies of #845A47
Complementary color
Monochromatic Colors of #845A47
Black with #845A47
Text Example
Text Example
White with #845A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A47; }
p { color: rgb(132,90,71); }
H1.HeaderClassName
{
color: #845A47;
}
.AnyTagClassName
{
color: #845A47;
}
</style>
background-color css
<style>
a { background-color: #845A47; }
a { background-color: rgb(132,90,71); }
div.DivClassName
{
background-color: #845A47;
}
.BgClassName
{
background-color: #845A47;
}
</style>
border-color css
<style>
span { border-color: #845A47; }
span { border-color: rgb(132,90,71); }
td.TdClassName
{
border-color: #845A47;
}
.TagClassName
{
border-color: #845A47;
}
</style>