Shades of Spicy Mix #825E4C
Tints of Spicy Mix #825E4C
RGB
CMYK
RGB Variations
Color information
#825E4C (or 0x825E4C) is known color: Spicy Mix. HEX triplet: 82, 5E and 4C. RGB value is (130,94,76). Sum of RGB (Red+Green+Blue) = 130+94+76=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E4C is #7DA1B3. Grayscale: #666666. Windows color (decimal): -8233396 or 5004930. OLE color: 5004930.
HSL color Cylindrical-coordinate representation of color #825E4C: hue angle of 20º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825E4C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 76 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.49 |
| HSL | 20º | 0.26% | 0.4% | - |
| HSV(B) | 20º | 0.42% | 0.51% | - |
| XYZ | 14.51 | 13.27 | 8.63 | - |
| YUV | 102.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 76 | 0 | 0.28 | 0.42 | 0.49 | 20 | 0.26 | 0.4 |
| Hex | 82 | 5E | 4C | 0 | 1C | 2A | 31 | 14 | 1A | 28 |
| Octal | 202 | 136 | 114 | 0 | 34 | 52 | 61 | 24 | 32 | 50 |
| Binary | 10000010 | 1011110 | 1001100 | 0 | 11100 | 101010 | 110001 | 10100 | 11010 | 101000 |
Color Harmonies of #825E4C
Complementary color
Monochromatic Colors of #825E4C
Black with #825E4C
Text Example
Text Example
White with #825E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E4C; }
p { color: rgb(130,94,76); }
H1.HeaderClassName
{
color: #825E4C;
}
.AnyTagClassName
{
color: #825E4C;
}
</style>
background-color css
<style>
a { background-color: #825E4C; }
a { background-color: rgb(130,94,76); }
div.DivClassName
{
background-color: #825E4C;
}
.BgClassName
{
background-color: #825E4C;
}
</style>
border-color css
<style>
span { border-color: #825E4C; }
span { border-color: rgb(130,94,76); }
td.TdClassName
{
border-color: #825E4C;
}
.TagClassName
{
border-color: #825E4C;
}
</style>