Shades of Spicy Mix #835C4E
Tints of Spicy Mix #835C4E
RGB
CMYK
RGB Variations
Color information
#835C4E (or 0x835C4E) is known color: Spicy Mix. HEX triplet: 83, 5C and 4E. RGB value is (131,92,78). Sum of RGB (Red+Green+Blue) = 131+92+78=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C4E is #7CA3B1. Grayscale: #666666. Windows color (decimal): -8168370 or 5135491. OLE color: 5135491.
HSL color Cylindrical-coordinate representation of color #835C4E: hue angle of 15.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835C4E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 78 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.49 |
| HSL | 15.85º | 0.25% | 0.41% | - |
| HSV(B) | 15.85º | 0.4% | 0.51% | - |
| XYZ | 14.56 | 13.03 | 8.96 | - |
| YUV | 102.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 78 | 0 | 0.30 | 0.40 | 0.49 | 15.85 | 0.25 | 0.41 |
| Hex | 83 | 5C | 4E | 0 | 1E | 28 | 31 | 10 | 19 | 29 |
| Octal | 203 | 134 | 116 | 0 | 36 | 50 | 61 | 20 | 31 | 51 |
| Binary | 10000011 | 1011100 | 1001110 | 0 | 11110 | 101000 | 110001 | 10000 | 11001 | 101001 |
Color Harmonies of #835C4E
Complementary color
Monochromatic Colors of #835C4E
Black with #835C4E
Text Example
Text Example
White with #835C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C4E; }
p { color: rgb(131,92,78); }
H1.HeaderClassName
{
color: #835C4E;
}
.AnyTagClassName
{
color: #835C4E;
}
</style>
background-color css
<style>
a { background-color: #835C4E; }
a { background-color: rgb(131,92,78); }
div.DivClassName
{
background-color: #835C4E;
}
.BgClassName
{
background-color: #835C4E;
}
</style>
border-color css
<style>
span { border-color: #835C4E; }
span { border-color: rgb(131,92,78); }
td.TdClassName
{
border-color: #835C4E;
}
.TagClassName
{
border-color: #835C4E;
}
</style>