Shades of Spicy Mix #83594E
Tints of Spicy Mix #83594E
RGB
CMYK
RGB Variations
Color information
#83594E (or 0x83594E) is known color: Spicy Mix. HEX triplet: 83, 59 and 4E. RGB value is (131,89,78). Sum of RGB (Red+Green+Blue) = 131+89+78=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #83594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83594E is #7CA6B1. Grayscale: #646464. Windows color (decimal): -8169138 or 5134723. OLE color: 5134723.
HSL color Cylindrical-coordinate representation of color #83594E: hue angle of 12.45º 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 #83594E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 78 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.49 |
| HSL | 12.45º | 0.25% | 0.41% | - |
| HSV(B) | 12.45º | 0.4% | 0.51% | - |
| XYZ | 14.31 | 12.52 | 8.87 | - |
| YUV | 100.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 78 | 0 | 0.32 | 0.40 | 0.49 | 12.45 | 0.25 | 0.41 |
| Hex | 83 | 59 | 4E | 0 | 20 | 28 | 31 | C | 19 | 29 |
| Octal | 203 | 131 | 116 | 0 | 40 | 50 | 61 | 14 | 31 | 51 |
| Binary | 10000011 | 1011001 | 1001110 | 0 | 100000 | 101000 | 110001 | 1100 | 11001 | 101001 |
Color Harmonies of #83594E
Complementary color
Monochromatic Colors of #83594E
Black with #83594E
Text Example
Text Example
White with #83594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83594E; }
p { color: rgb(131,89,78); }
H1.HeaderClassName
{
color: #83594E;
}
.AnyTagClassName
{
color: #83594E;
}
</style>
background-color css
<style>
a { background-color: #83594E; }
a { background-color: rgb(131,89,78); }
div.DivClassName
{
background-color: #83594E;
}
.BgClassName
{
background-color: #83594E;
}
</style>
border-color css
<style>
span { border-color: #83594E; }
span { border-color: rgb(131,89,78); }
td.TdClassName
{
border-color: #83594E;
}
.TagClassName
{
border-color: #83594E;
}
</style>