Shades of Spicy Mix #855C49
Tints of Spicy Mix #855C49
RGB
CMYK
RGB Variations
Color information
#855C49 (or 0x855C49) is known color: Spicy Mix. HEX triplet: 85, 5C and 49. RGB value is (133,92,73). Sum of RGB (Red+Green+Blue) = 133+92+73=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C49 is #7AA3B6. Grayscale: #666666. Windows color (decimal): -8037303 or 4807813. OLE color: 4807813.
HSL color Cylindrical-coordinate representation of color #855C49: hue angle of 19º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855C49 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 73 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.48 |
| HSL | 19º | 0.29% | 0.4% | - |
| HSV(B) | 19º | 0.45% | 0.52% | - |
| XYZ | 14.7 | 13.12 | 8.06 | - |
| YUV | 102.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 73 | 0 | 0.31 | 0.45 | 0.48 | 19 | 0.29 | 0.4 |
| Hex | 85 | 5C | 49 | 0 | 1F | 2D | 30 | 13 | 1D | 28 |
| Octal | 205 | 134 | 111 | 0 | 37 | 55 | 60 | 23 | 35 | 50 |
| Binary | 10000101 | 1011100 | 1001001 | 0 | 11111 | 101101 | 110000 | 10011 | 11101 | 101000 |
Color Harmonies of #855C49
Complementary color
Monochromatic Colors of #855C49
Black with #855C49
Text Example
Text Example
White with #855C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C49; }
p { color: rgb(133,92,73); }
H1.HeaderClassName
{
color: #855C49;
}
.AnyTagClassName
{
color: #855C49;
}
</style>
background-color css
<style>
a { background-color: #855C49; }
a { background-color: rgb(133,92,73); }
div.DivClassName
{
background-color: #855C49;
}
.BgClassName
{
background-color: #855C49;
}
</style>
border-color css
<style>
span { border-color: #855C49; }
span { border-color: rgb(133,92,73); }
td.TdClassName
{
border-color: #855C49;
}
.TagClassName
{
border-color: #855C49;
}
</style>