Shades of Spicy Mix #855F4A
Tints of Spicy Mix #855F4A
RGB
CMYK
RGB Variations
Color information
#855F4A (or 0x855F4A) is known color: Spicy Mix. HEX triplet: 85, 5F and 4A. RGB value is (133,95,74). Sum of RGB (Red+Green+Blue) = 133+95+74=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F4A is #7AA0B5. Grayscale: #686868. Windows color (decimal): -8036534 or 4874117. OLE color: 4874117.
HSL color Cylindrical-coordinate representation of color #855F4A: hue angle of 21.36º 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 #855F4A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 74 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.48 |
| HSL | 21.36º | 0.29% | 0.41% | - |
| HSV(B) | 21.36º | 0.44% | 0.52% | - |
| XYZ | 15 | 13.67 | 8.33 | - |
| YUV | 103.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 74 | 0 | 0.29 | 0.44 | 0.48 | 21.36 | 0.29 | 0.41 |
| Hex | 85 | 5F | 4A | 0 | 1D | 2C | 30 | 15 | 1D | 29 |
| Octal | 205 | 137 | 112 | 0 | 35 | 54 | 60 | 25 | 35 | 51 |
| Binary | 10000101 | 1011111 | 1001010 | 0 | 11101 | 101100 | 110000 | 10101 | 11101 | 101001 |
Color Harmonies of #855F4A
Complementary color
Monochromatic Colors of #855F4A
Black with #855F4A
Text Example
Text Example
White with #855F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F4A; }
p { color: rgb(133,95,74); }
H1.HeaderClassName
{
color: #855F4A;
}
.AnyTagClassName
{
color: #855F4A;
}
</style>
background-color css
<style>
a { background-color: #855F4A; }
a { background-color: rgb(133,95,74); }
div.DivClassName
{
background-color: #855F4A;
}
.BgClassName
{
background-color: #855F4A;
}
</style>
border-color css
<style>
span { border-color: #855F4A; }
span { border-color: rgb(133,95,74); }
td.TdClassName
{
border-color: #855F4A;
}
.TagClassName
{
border-color: #855F4A;
}
</style>