Shades of Spice #705347
Tints of Spice #705347
RGB
CMYK
RGB Variations
Color information
#705347 (or 0x705347) is known color: Spice. HEX triplet: 70, 53 and 47. RGB value is (112,83,71). Sum of RGB (Red+Green+Blue) = 112+83+71=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705347 is #8FACB8. Grayscale: #5A5A5A. Windows color (decimal): -9415865 or 4674416. OLE color: 4674416.
HSL color Cylindrical-coordinate representation of color #705347: hue angle of 17.56º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705347 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 71 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.56 |
| HSL | 17.56º | 0.22% | 0.36% | - |
| HSV(B) | 17.56º | 0.37% | 0.44% | - |
| XYZ | 10.91 | 10.09 | 7.33 | - |
| YUV | 90.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 71 | 0 | 0.26 | 0.37 | 0.56 | 17.56 | 0.22 | 0.36 |
| Hex | 70 | 53 | 47 | 0 | 1A | 25 | 38 | 12 | 16 | 24 |
| Octal | 160 | 123 | 107 | 0 | 32 | 45 | 70 | 22 | 26 | 44 |
| Binary | 1110000 | 1010011 | 1000111 | 0 | 11010 | 100101 | 111000 | 10010 | 10110 | 100100 |
Color Harmonies of #705347
Complementary color
Monochromatic Colors of #705347
Black with #705347
Text Example
Text Example
White with #705347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705347; }
p { color: rgb(112,83,71); }
H1.HeaderClassName
{
color: #705347;
}
.AnyTagClassName
{
color: #705347;
}
</style>
background-color css
<style>
a { background-color: #705347; }
a { background-color: rgb(112,83,71); }
div.DivClassName
{
background-color: #705347;
}
.BgClassName
{
background-color: #705347;
}
</style>
border-color css
<style>
span { border-color: #705347; }
span { border-color: rgb(112,83,71); }
td.TdClassName
{
border-color: #705347;
}
.TagClassName
{
border-color: #705347;
}
</style>