Shades of Spicy Mix #825C4E
Tints of Spicy Mix #825C4E
RGB
CMYK
RGB Variations
Color information
#825C4E (or 0x825C4E) is known color: Spicy Mix. HEX triplet: 82, 5C and 4E. RGB value is (130,92,78). Sum of RGB (Red+Green+Blue) = 130+92+78=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C4E is #7DA3B1. Grayscale: #656565. Windows color (decimal): -8233906 or 5135490. OLE color: 5135490.
HSL color Cylindrical-coordinate representation of color #825C4E: hue angle of 16.15º 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 #825C4E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 78 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.49 |
| HSL | 16.15º | 0.25% | 0.41% | - |
| HSV(B) | 16.15º | 0.4% | 0.51% | - |
| XYZ | 14.41 | 12.95 | 8.95 | - |
| YUV | 101.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 78 | 0 | 0.29 | 0.40 | 0.49 | 16.15 | 0.25 | 0.41 |
| Hex | 82 | 5C | 4E | 0 | 1D | 28 | 31 | 10 | 19 | 29 |
| Octal | 202 | 134 | 116 | 0 | 35 | 50 | 61 | 20 | 31 | 51 |
| Binary | 10000010 | 1011100 | 1001110 | 0 | 11101 | 101000 | 110001 | 10000 | 11001 | 101001 |
Color Harmonies of #825C4E
Complementary color
Monochromatic Colors of #825C4E
Black with #825C4E
Text Example
Text Example
White with #825C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C4E; }
p { color: rgb(130,92,78); }
H1.HeaderClassName
{
color: #825C4E;
}
.AnyTagClassName
{
color: #825C4E;
}
</style>
background-color css
<style>
a { background-color: #825C4E; }
a { background-color: rgb(130,92,78); }
div.DivClassName
{
background-color: #825C4E;
}
.BgClassName
{
background-color: #825C4E;
}
</style>
border-color css
<style>
span { border-color: #825C4E; }
span { border-color: rgb(130,92,78); }
td.TdClassName
{
border-color: #825C4E;
}
.TagClassName
{
border-color: #825C4E;
}
</style>