Shades of Spicy Mix #855D4A
Tints of Spicy Mix #855D4A
RGB
CMYK
RGB Variations
Color information
#855D4A (or 0x855D4A) is known color: Spicy Mix. HEX triplet: 85, 5D and 4A. RGB value is (133,93,74). Sum of RGB (Red+Green+Blue) = 133+93+74=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D4A is #7AA2B5. Grayscale: #666666. Windows color (decimal): -8037046 or 4873605. OLE color: 4873605.
HSL color Cylindrical-coordinate representation of color #855D4A: hue angle of 19.32º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855D4A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 74 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.48 |
| HSL | 19.32º | 0.29% | 0.41% | - |
| HSV(B) | 19.32º | 0.44% | 0.52% | - |
| XYZ | 14.82 | 13.31 | 8.27 | - |
| YUV | 102.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 74 | 0 | 0.30 | 0.44 | 0.48 | 19.32 | 0.29 | 0.41 |
| Hex | 85 | 5D | 4A | 0 | 1E | 2C | 30 | 13 | 1D | 29 |
| Octal | 205 | 135 | 112 | 0 | 36 | 54 | 60 | 23 | 35 | 51 |
| Binary | 10000101 | 1011101 | 1001010 | 0 | 11110 | 101100 | 110000 | 10011 | 11101 | 101001 |
Color Harmonies of #855D4A
Complementary color
Monochromatic Colors of #855D4A
Black with #855D4A
Text Example
Text Example
White with #855D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D4A; }
p { color: rgb(133,93,74); }
H1.HeaderClassName
{
color: #855D4A;
}
.AnyTagClassName
{
color: #855D4A;
}
</style>
background-color css
<style>
a { background-color: #855D4A; }
a { background-color: rgb(133,93,74); }
div.DivClassName
{
background-color: #855D4A;
}
.BgClassName
{
background-color: #855D4A;
}
</style>
border-color css
<style>
span { border-color: #855D4A; }
span { border-color: rgb(133,93,74); }
td.TdClassName
{
border-color: #855D4A;
}
.TagClassName
{
border-color: #855D4A;
}
</style>