Shades of Spicy Mix #83594D
Tints of Spicy Mix #83594D
RGB
CMYK
RGB Variations
Color information
#83594D (or 0x83594D) is known color: Spicy Mix. HEX triplet: 83, 59 and 4D. RGB value is (131,89,77). Sum of RGB (Red+Green+Blue) = 131+89+77=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83594D is #7CA6B2. Grayscale: #646464. Windows color (decimal): -8169139 or 5069187. OLE color: 5069187.
HSL color Cylindrical-coordinate representation of color #83594D: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83594D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 77 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.49 |
| HSL | 13.33º | 0.26% | 0.41% | - |
| HSV(B) | 13.33º | 0.41% | 0.51% | - |
| XYZ | 14.27 | 12.51 | 8.68 | - |
| YUV | 100.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 77 | 0 | 0.32 | 0.41 | 0.49 | 13.33 | 0.26 | 0.41 |
| Hex | 83 | 59 | 4D | 0 | 20 | 29 | 31 | D | 1A | 29 |
| Octal | 203 | 131 | 115 | 0 | 40 | 51 | 61 | 15 | 32 | 51 |
| Binary | 10000011 | 1011001 | 1001101 | 0 | 100000 | 101001 | 110001 | 1101 | 11010 | 101001 |
Color Harmonies of #83594D
Complementary color
Monochromatic Colors of #83594D
Black with #83594D
Text Example
Text Example
White with #83594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83594D; }
p { color: rgb(131,89,77); }
H1.HeaderClassName
{
color: #83594D;
}
.AnyTagClassName
{
color: #83594D;
}
</style>
background-color css
<style>
a { background-color: #83594D; }
a { background-color: rgb(131,89,77); }
div.DivClassName
{
background-color: #83594D;
}
.BgClassName
{
background-color: #83594D;
}
</style>
border-color css
<style>
span { border-color: #83594D; }
span { border-color: rgb(131,89,77); }
td.TdClassName
{
border-color: #83594D;
}
.TagClassName
{
border-color: #83594D;
}
</style>