Shades of Spicy Mix #865E52
Tints of Spicy Mix #865E52
RGB
CMYK
RGB Variations
Color information
#865E52 (or 0x865E52) is known color: Spicy Mix. HEX triplet: 86, 5E and 52. RGB value is (134,94,82). Sum of RGB (Red+Green+Blue) = 134+94+82=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #865E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E52 is #79A1AD. Grayscale: #686868. Windows color (decimal): -7971246 or 5398150. OLE color: 5398150.
HSL color Cylindrical-coordinate representation of color #865E52: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865E52 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 82 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.47 |
| HSL | 13.85º | 0.24% | 0.42% | - |
| HSV(B) | 13.85º | 0.39% | 0.53% | - |
| XYZ | 15.36 | 13.68 | 9.81 | - |
| YUV | 104.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 82 | 0 | 0.30 | 0.39 | 0.47 | 13.85 | 0.24 | 0.42 |
| Hex | 86 | 5E | 52 | 0 | 1E | 27 | 2F | E | 18 | 2A |
| Octal | 206 | 136 | 122 | 0 | 36 | 47 | 57 | 16 | 30 | 52 |
| Binary | 10000110 | 1011110 | 1010010 | 0 | 11110 | 100111 | 101111 | 1110 | 11000 | 101010 |
Color Harmonies of #865E52
Complementary color
Monochromatic Colors of #865E52
Black with #865E52
Text Example
Text Example
White with #865E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E52; }
p { color: rgb(134,94,82); }
H1.HeaderClassName
{
color: #865E52;
}
.AnyTagClassName
{
color: #865E52;
}
</style>
background-color css
<style>
a { background-color: #865E52; }
a { background-color: rgb(134,94,82); }
div.DivClassName
{
background-color: #865E52;
}
.BgClassName
{
background-color: #865E52;
}
</style>
border-color css
<style>
span { border-color: #865E52; }
span { border-color: rgb(134,94,82); }
td.TdClassName
{
border-color: #865E52;
}
.TagClassName
{
border-color: #865E52;
}
</style>