Shades of Spicy Mix #855B4A
Tints of Spicy Mix #855B4A
RGB
CMYK
RGB Variations
Color information
#855B4A (or 0x855B4A) is known color: Spicy Mix. HEX triplet: 85, 5B and 4A. RGB value is (133,91,74). Sum of RGB (Red+Green+Blue) = 133+91+74=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B4A is #7AA4B5. Grayscale: #656565. Windows color (decimal): -8037558 or 4873093. OLE color: 4873093.
HSL color Cylindrical-coordinate representation of color #855B4A: hue angle of 17.29º 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 #855B4A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 74 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.48 |
| HSL | 17.29º | 0.29% | 0.41% | - |
| HSV(B) | 17.29º | 0.44% | 0.52% | - |
| XYZ | 14.65 | 12.96 | 8.21 | - |
| YUV | 101.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 74 | 0 | 0.32 | 0.44 | 0.48 | 17.29 | 0.29 | 0.41 |
| Hex | 85 | 5B | 4A | 0 | 20 | 2C | 30 | 11 | 1D | 29 |
| Octal | 205 | 133 | 112 | 0 | 40 | 54 | 60 | 21 | 35 | 51 |
| Binary | 10000101 | 1011011 | 1001010 | 0 | 100000 | 101100 | 110000 | 10001 | 11101 | 101001 |
Color Harmonies of #855B4A
Complementary color
Monochromatic Colors of #855B4A
Black with #855B4A
Text Example
Text Example
White with #855B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B4A; }
p { color: rgb(133,91,74); }
H1.HeaderClassName
{
color: #855B4A;
}
.AnyTagClassName
{
color: #855B4A;
}
</style>
background-color css
<style>
a { background-color: #855B4A; }
a { background-color: rgb(133,91,74); }
div.DivClassName
{
background-color: #855B4A;
}
.BgClassName
{
background-color: #855B4A;
}
</style>
border-color css
<style>
span { border-color: #855B4A; }
span { border-color: rgb(133,91,74); }
td.TdClassName
{
border-color: #855B4A;
}
.TagClassName
{
border-color: #855B4A;
}
</style>