Shades of Spicy Mix #825E4F
Tints of Spicy Mix #825E4F
RGB
CMYK
RGB Variations
Color information
#825E4F (or 0x825E4F) is known color: Spicy Mix. HEX triplet: 82, 5E and 4F. RGB value is (130,94,79). Sum of RGB (Red+Green+Blue) = 130+94+79=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #825E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E4F is #7DA1B0. Grayscale: #676767. Windows color (decimal): -8233393 or 5201538. OLE color: 5201538.
HSL color Cylindrical-coordinate representation of color #825E4F: hue angle of 17.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825E4F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 79 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.49 |
| HSL | 17.65º | 0.24% | 0.41% | - |
| HSV(B) | 17.65º | 0.39% | 0.51% | - |
| XYZ | 14.62 | 13.32 | 9.2 | - |
| YUV | 103.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 79 | 0 | 0.28 | 0.39 | 0.49 | 17.65 | 0.24 | 0.41 |
| Hex | 82 | 5E | 4F | 0 | 1C | 27 | 31 | 12 | 18 | 29 |
| Octal | 202 | 136 | 117 | 0 | 34 | 47 | 61 | 22 | 30 | 51 |
| Binary | 10000010 | 1011110 | 1001111 | 0 | 11100 | 100111 | 110001 | 10010 | 11000 | 101001 |
Color Harmonies of #825E4F
Complementary color
Monochromatic Colors of #825E4F
Black with #825E4F
Text Example
Text Example
White with #825E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E4F; }
p { color: rgb(130,94,79); }
H1.HeaderClassName
{
color: #825E4F;
}
.AnyTagClassName
{
color: #825E4F;
}
</style>
background-color css
<style>
a { background-color: #825E4F; }
a { background-color: rgb(130,94,79); }
div.DivClassName
{
background-color: #825E4F;
}
.BgClassName
{
background-color: #825E4F;
}
</style>
border-color css
<style>
span { border-color: #825E4F; }
span { border-color: rgb(130,94,79); }
td.TdClassName
{
border-color: #825E4F;
}
.TagClassName
{
border-color: #825E4F;
}
</style>