Shades of Spicy Mix #855A48
Tints of Spicy Mix #855A48
RGB
CMYK
RGB Variations
Color information
#855A48 (or 0x855A48) is known color: Spicy Mix. HEX triplet: 85, 5A and 48. RGB value is (133,90,72). Sum of RGB (Red+Green+Blue) = 133+90+72=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A48 is #7AA5B7. Grayscale: #646464. Windows color (decimal): -8037816 or 4741765. OLE color: 4741765.
HSL color Cylindrical-coordinate representation of color #855A48: hue angle of 17.7º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855A48 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 72 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.48 |
| HSL | 17.7º | 0.3% | 0.4% | - |
| HSV(B) | 17.7º | 0.46% | 0.52% | - |
| XYZ | 14.5 | 12.77 | 7.83 | - |
| YUV | 100.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 72 | 0 | 0.32 | 0.46 | 0.48 | 17.7 | 0.3 | 0.4 |
| Hex | 85 | 5A | 48 | 0 | 20 | 2E | 30 | 12 | 1E | 28 |
| Octal | 205 | 132 | 110 | 0 | 40 | 56 | 60 | 22 | 36 | 50 |
| Binary | 10000101 | 1011010 | 1001000 | 0 | 100000 | 101110 | 110000 | 10010 | 11110 | 101000 |
Color Harmonies of #855A48
Complementary color
Monochromatic Colors of #855A48
Black with #855A48
Text Example
Text Example
White with #855A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A48; }
p { color: rgb(133,90,72); }
H1.HeaderClassName
{
color: #855A48;
}
.AnyTagClassName
{
color: #855A48;
}
</style>
background-color css
<style>
a { background-color: #855A48; }
a { background-color: rgb(133,90,72); }
div.DivClassName
{
background-color: #855A48;
}
.BgClassName
{
background-color: #855A48;
}
</style>
border-color css
<style>
span { border-color: #855A48; }
span { border-color: rgb(133,90,72); }
td.TdClassName
{
border-color: #855A48;
}
.TagClassName
{
border-color: #855A48;
}
</style>