Shades of Spicy Mix #825D4D
Tints of Spicy Mix #825D4D
RGB
CMYK
RGB Variations
Color information
#825D4D (or 0x825D4D) is known color: Spicy Mix. HEX triplet: 82, 5D and 4D. RGB value is (130,93,77). Sum of RGB (Red+Green+Blue) = 130+93+77=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D4D is #7DA2B2. Grayscale: #666666. Windows color (decimal): -8233651 or 5070210. OLE color: 5070210.
HSL color Cylindrical-coordinate representation of color #825D4D: hue angle of 18.11º 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 #825D4D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 77 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.49 |
| HSL | 18.11º | 0.26% | 0.41% | - |
| HSV(B) | 18.11º | 0.41% | 0.51% | - |
| XYZ | 14.46 | 13.11 | 8.79 | - |
| YUV | 102.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 77 | 0 | 0.28 | 0.41 | 0.49 | 18.11 | 0.26 | 0.41 |
| Hex | 82 | 5D | 4D | 0 | 1C | 29 | 31 | 12 | 1A | 29 |
| Octal | 202 | 135 | 115 | 0 | 34 | 51 | 61 | 22 | 32 | 51 |
| Binary | 10000010 | 1011101 | 1001101 | 0 | 11100 | 101001 | 110001 | 10010 | 11010 | 101001 |
Color Harmonies of #825D4D
Complementary color
Monochromatic Colors of #825D4D
Black with #825D4D
Text Example
Text Example
White with #825D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D4D; }
p { color: rgb(130,93,77); }
H1.HeaderClassName
{
color: #825D4D;
}
.AnyTagClassName
{
color: #825D4D;
}
</style>
background-color css
<style>
a { background-color: #825D4D; }
a { background-color: rgb(130,93,77); }
div.DivClassName
{
background-color: #825D4D;
}
.BgClassName
{
background-color: #825D4D;
}
</style>
border-color css
<style>
span { border-color: #825D4D; }
span { border-color: rgb(130,93,77); }
td.TdClassName
{
border-color: #825D4D;
}
.TagClassName
{
border-color: #825D4D;
}
</style>