Shades of Spicy Mix #845E51
Tints of Spicy Mix #845E51
RGB
CMYK
RGB Variations
Color information
#845E51 (or 0x845E51) is known color: Spicy Mix. HEX triplet: 84, 5E and 51. RGB value is (132,94,81). Sum of RGB (Red+Green+Blue) = 132+94+81=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #845E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E51 is #7BA1AE. Grayscale: #676767. Windows color (decimal): -8102319 or 5332612. OLE color: 5332612.
HSL color Cylindrical-coordinate representation of color #845E51: hue angle of 15.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845E51 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 81 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.48 |
| HSL | 15.29º | 0.24% | 0.42% | - |
| HSV(B) | 15.29º | 0.39% | 0.52% | - |
| XYZ | 15 | 13.51 | 9.6 | - |
| YUV | 103.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 81 | 0 | 0.29 | 0.39 | 0.48 | 15.29 | 0.24 | 0.42 |
| Hex | 84 | 5E | 51 | 0 | 1D | 27 | 30 | F | 18 | 2A |
| Octal | 204 | 136 | 121 | 0 | 35 | 47 | 60 | 17 | 30 | 52 |
| Binary | 10000100 | 1011110 | 1010001 | 0 | 11101 | 100111 | 110000 | 1111 | 11000 | 101010 |
Color Harmonies of #845E51
Complementary color
Monochromatic Colors of #845E51
Black with #845E51
Text Example
Text Example
White with #845E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E51; }
p { color: rgb(132,94,81); }
H1.HeaderClassName
{
color: #845E51;
}
.AnyTagClassName
{
color: #845E51;
}
</style>
background-color css
<style>
a { background-color: #845E51; }
a { background-color: rgb(132,94,81); }
div.DivClassName
{
background-color: #845E51;
}
.BgClassName
{
background-color: #845E51;
}
</style>
border-color css
<style>
span { border-color: #845E51; }
span { border-color: rgb(132,94,81); }
td.TdClassName
{
border-color: #845E51;
}
.TagClassName
{
border-color: #845E51;
}
</style>