Shades of Spicy Mix #855E51
Tints of Spicy Mix #855E51
RGB
CMYK
RGB Variations
Color information
#855E51 (or 0x855E51) is known color: Spicy Mix. HEX triplet: 85, 5E and 51. RGB value is (133,94,81). Sum of RGB (Red+Green+Blue) = 133+94+81=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E51 is #7AA1AE. Grayscale: #686868. Windows color (decimal): -8036783 or 5332613. OLE color: 5332613.
HSL color Cylindrical-coordinate representation of color #855E51: hue angle of 15º 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 #855E51 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 81 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.48 |
| HSL | 15º | 0.24% | 0.42% | - |
| HSV(B) | 15º | 0.39% | 0.52% | - |
| XYZ | 15.16 | 13.59 | 9.61 | - |
| YUV | 104.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 81 | 0 | 0.29 | 0.39 | 0.48 | 15 | 0.24 | 0.42 |
| Hex | 85 | 5E | 51 | 0 | 1D | 27 | 30 | F | 18 | 2A |
| Octal | 205 | 136 | 121 | 0 | 35 | 47 | 60 | 17 | 30 | 52 |
| Binary | 10000101 | 1011110 | 1010001 | 0 | 11101 | 100111 | 110000 | 1111 | 11000 | 101010 |
Color Harmonies of #855E51
Complementary color
Monochromatic Colors of #855E51
Black with #855E51
Text Example
Text Example
White with #855E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E51; }
p { color: rgb(133,94,81); }
H1.HeaderClassName
{
color: #855E51;
}
.AnyTagClassName
{
color: #855E51;
}
</style>
background-color css
<style>
a { background-color: #855E51; }
a { background-color: rgb(133,94,81); }
div.DivClassName
{
background-color: #855E51;
}
.BgClassName
{
background-color: #855E51;
}
</style>
border-color css
<style>
span { border-color: #855E51; }
span { border-color: rgb(133,94,81); }
td.TdClassName
{
border-color: #855E51;
}
.TagClassName
{
border-color: #855E51;
}
</style>