Shades of Spicy Mix #855E50
Tints of Spicy Mix #855E50
RGB
CMYK
RGB Variations
Color information
#855E50 (or 0x855E50) is known color: Spicy Mix. HEX triplet: 85, 5E and 50. RGB value is (133,94,80). Sum of RGB (Red+Green+Blue) = 133+94+80=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E50 is #7AA1AF. Grayscale: #686868. Windows color (decimal): -8036784 or 5267077. OLE color: 5267077.
HSL color Cylindrical-coordinate representation of color #855E50: hue angle of 15.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855E50 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 80 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.48 |
| HSL | 15.85º | 0.25% | 0.42% | - |
| HSV(B) | 15.85º | 0.4% | 0.52% | - |
| XYZ | 15.12 | 13.57 | 9.41 | - |
| YUV | 104.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 80 | 0 | 0.29 | 0.40 | 0.48 | 15.85 | 0.25 | 0.42 |
| Hex | 85 | 5E | 50 | 0 | 1D | 28 | 30 | 10 | 19 | 2A |
| Octal | 205 | 136 | 120 | 0 | 35 | 50 | 60 | 20 | 31 | 52 |
| Binary | 10000101 | 1011110 | 1010000 | 0 | 11101 | 101000 | 110000 | 10000 | 11001 | 101010 |
Color Harmonies of #855E50
Complementary color
Monochromatic Colors of #855E50
Black with #855E50
Text Example
Text Example
White with #855E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E50; }
p { color: rgb(133,94,80); }
H1.HeaderClassName
{
color: #855E50;
}
.AnyTagClassName
{
color: #855E50;
}
</style>
background-color css
<style>
a { background-color: #855E50; }
a { background-color: rgb(133,94,80); }
div.DivClassName
{
background-color: #855E50;
}
.BgClassName
{
background-color: #855E50;
}
</style>
border-color css
<style>
span { border-color: #855E50; }
span { border-color: rgb(133,94,80); }
td.TdClassName
{
border-color: #855E50;
}
.TagClassName
{
border-color: #855E50;
}
</style>