Shades of Spice #705241
Tints of Spice #705241
RGB
CMYK
RGB Variations
Color information
#705241 (or 0x705241) is known color: Spice. HEX triplet: 70, 52 and 41. RGB value is (112,82,65). Sum of RGB (Red+Green+Blue) = 112+82+65=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705241 is #8FADBE. Grayscale: #595959. Windows color (decimal): -9416127 or 4280944. OLE color: 4280944.
HSL color Cylindrical-coordinate representation of color #705241: hue angle of 21.7º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705241 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 65 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.56 |
| HSL | 21.7º | 0.27% | 0.35% | - |
| HSV(B) | 21.7º | 0.42% | 0.44% | - |
| XYZ | 10.65 | 9.86 | 6.34 | - |
| YUV | 89.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 65 | 0 | 0.27 | 0.42 | 0.56 | 21.7 | 0.27 | 0.35 |
| Hex | 70 | 52 | 41 | 0 | 1B | 2A | 38 | 16 | 1B | 23 |
| Octal | 160 | 122 | 101 | 0 | 33 | 52 | 70 | 26 | 33 | 43 |
| Binary | 1110000 | 1010010 | 1000001 | 0 | 11011 | 101010 | 111000 | 10110 | 11011 | 100011 |
Color Harmonies of #705241
Complementary color
Monochromatic Colors of #705241
Black with #705241
Text Example
Text Example
White with #705241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705241; }
p { color: rgb(112,82,65); }
H1.HeaderClassName
{
color: #705241;
}
.AnyTagClassName
{
color: #705241;
}
</style>
background-color css
<style>
a { background-color: #705241; }
a { background-color: rgb(112,82,65); }
div.DivClassName
{
background-color: #705241;
}
.BgClassName
{
background-color: #705241;
}
</style>
border-color css
<style>
span { border-color: #705241; }
span { border-color: rgb(112,82,65); }
td.TdClassName
{
border-color: #705241;
}
.TagClassName
{
border-color: #705241;
}
</style>