Shades of Spicy Mix #835D52
Tints of Spicy Mix #835D52
RGB
CMYK
RGB Variations
Color information
#835D52 (or 0x835D52) is known color: Spicy Mix. HEX triplet: 83, 5D and 52. RGB value is (131,93,82). Sum of RGB (Red+Green+Blue) = 131+93+82=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #835D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D52 is #7CA2AD. Grayscale: #676767. Windows color (decimal): -8168110 or 5397891. OLE color: 5397891.
HSL color Cylindrical-coordinate representation of color #835D52: hue angle of 13.47º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835D52 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 82 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.49 |
| HSL | 13.47º | 0.23% | 0.42% | - |
| HSV(B) | 13.47º | 0.37% | 0.51% | - |
| XYZ | 14.8 | 13.26 | 9.76 | - |
| YUV | 103.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 82 | 0 | 0.29 | 0.37 | 0.49 | 13.47 | 0.23 | 0.42 |
| Hex | 83 | 5D | 52 | 0 | 1D | 25 | 31 | D | 17 | 2A |
| Octal | 203 | 135 | 122 | 0 | 35 | 45 | 61 | 15 | 27 | 52 |
| Binary | 10000011 | 1011101 | 1010010 | 0 | 11101 | 100101 | 110001 | 1101 | 10111 | 101010 |
Color Harmonies of #835D52
Complementary color
Monochromatic Colors of #835D52
Black with #835D52
Text Example
Text Example
White with #835D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D52; }
p { color: rgb(131,93,82); }
H1.HeaderClassName
{
color: #835D52;
}
.AnyTagClassName
{
color: #835D52;
}
</style>
background-color css
<style>
a { background-color: #835D52; }
a { background-color: rgb(131,93,82); }
div.DivClassName
{
background-color: #835D52;
}
.BgClassName
{
background-color: #835D52;
}
</style>
border-color css
<style>
span { border-color: #835D52; }
span { border-color: rgb(131,93,82); }
td.TdClassName
{
border-color: #835D52;
}
.TagClassName
{
border-color: #835D52;
}
</style>