Shades of Spicy Mix #865D48
Tints of Spicy Mix #865D48
RGB
CMYK
RGB Variations
Color information
#865D48 (or 0x865D48) is known color: Spicy Mix. HEX triplet: 86, 5D and 48. RGB value is (134,93,72). Sum of RGB (Red+Green+Blue) = 134+93+72=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D48 is #79A2B7. Grayscale: #666666. Windows color (decimal): -7971512 or 4742534. OLE color: 4742534.
HSL color Cylindrical-coordinate representation of color #865D48: hue angle of 20.32º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865D48 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 72 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.47 |
| HSL | 20.32º | 0.3% | 0.4% | - |
| HSV(B) | 20.32º | 0.46% | 0.53% | - |
| XYZ | 14.92 | 13.36 | 7.92 | - |
| YUV | 102.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 72 | 0 | 0.31 | 0.46 | 0.47 | 20.32 | 0.3 | 0.4 |
| Hex | 86 | 5D | 48 | 0 | 1F | 2E | 2F | 14 | 1E | 28 |
| Octal | 206 | 135 | 110 | 0 | 37 | 56 | 57 | 24 | 36 | 50 |
| Binary | 10000110 | 1011101 | 1001000 | 0 | 11111 | 101110 | 101111 | 10100 | 11110 | 101000 |
Color Harmonies of #865D48
Complementary color
Monochromatic Colors of #865D48
Black with #865D48
Text Example
Text Example
White with #865D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D48; }
p { color: rgb(134,93,72); }
H1.HeaderClassName
{
color: #865D48;
}
.AnyTagClassName
{
color: #865D48;
}
</style>
background-color css
<style>
a { background-color: #865D48; }
a { background-color: rgb(134,93,72); }
div.DivClassName
{
background-color: #865D48;
}
.BgClassName
{
background-color: #865D48;
}
</style>
border-color css
<style>
span { border-color: #865D48; }
span { border-color: rgb(134,93,72); }
td.TdClassName
{
border-color: #865D48;
}
.TagClassName
{
border-color: #865D48;
}
</style>