Shades of Spice #705344
Tints of Spice #705344
RGB
CMYK
RGB Variations
Color information
#705344 (or 0x705344) is known color: Spice. HEX triplet: 70, 53 and 44. RGB value is (112,83,68). Sum of RGB (Red+Green+Blue) = 112+83+68=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705344 is #8FACBB. Grayscale: #5A5A5A. Windows color (decimal): -9415868 or 4477808. OLE color: 4477808.
HSL color Cylindrical-coordinate representation of color #705344: hue angle of 20.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705344 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 68 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.56 |
| HSL | 20.45º | 0.24% | 0.35% | - |
| HSV(B) | 20.45º | 0.39% | 0.44% | - |
| XYZ | 10.82 | 10.05 | 6.84 | - |
| YUV | 89.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 68 | 0 | 0.26 | 0.39 | 0.56 | 20.45 | 0.24 | 0.35 |
| Hex | 70 | 53 | 44 | 0 | 1A | 27 | 38 | 14 | 18 | 23 |
| Octal | 160 | 123 | 104 | 0 | 32 | 47 | 70 | 24 | 30 | 43 |
| Binary | 1110000 | 1010011 | 1000100 | 0 | 11010 | 100111 | 111000 | 10100 | 11000 | 100011 |
Color Harmonies of #705344
Complementary color
Monochromatic Colors of #705344
Black with #705344
Text Example
Text Example
White with #705344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705344; }
p { color: rgb(112,83,68); }
H1.HeaderClassName
{
color: #705344;
}
.AnyTagClassName
{
color: #705344;
}
</style>
background-color css
<style>
a { background-color: #705344; }
a { background-color: rgb(112,83,68); }
div.DivClassName
{
background-color: #705344;
}
.BgClassName
{
background-color: #705344;
}
</style>
border-color css
<style>
span { border-color: #705344; }
span { border-color: rgb(112,83,68); }
td.TdClassName
{
border-color: #705344;
}
.TagClassName
{
border-color: #705344;
}
</style>