Shades of Spice #705143
Tints of Spice #705143
RGB
CMYK
RGB Variations
Color information
#705143 (or 0x705143) is known color: Spice. HEX triplet: 70, 51 and 43. RGB value is (112,81,67). Sum of RGB (Red+Green+Blue) = 112+81+67=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #705143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705143 is #8FAEBC. Grayscale: #585858. Windows color (decimal): -9416381 or 4411760. OLE color: 4411760.
HSL color Cylindrical-coordinate representation of color #705143: hue angle of 18.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705143 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 67 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.56 |
| HSL | 18.67º | 0.25% | 0.35% | - |
| HSV(B) | 18.67º | 0.4% | 0.44% | - |
| XYZ | 10.64 | 9.73 | 6.63 | - |
| YUV | 88.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 67 | 0 | 0.28 | 0.40 | 0.56 | 18.67 | 0.25 | 0.35 |
| Hex | 70 | 51 | 43 | 0 | 1C | 28 | 38 | 13 | 19 | 23 |
| Octal | 160 | 121 | 103 | 0 | 34 | 50 | 70 | 23 | 31 | 43 |
| Binary | 1110000 | 1010001 | 1000011 | 0 | 11100 | 101000 | 111000 | 10011 | 11001 | 100011 |
Color Harmonies of #705143
Complementary color
Monochromatic Colors of #705143
Black with #705143
Text Example
Text Example
White with #705143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705143; }
p { color: rgb(112,81,67); }
H1.HeaderClassName
{
color: #705143;
}
.AnyTagClassName
{
color: #705143;
}
</style>
background-color css
<style>
a { background-color: #705143; }
a { background-color: rgb(112,81,67); }
div.DivClassName
{
background-color: #705143;
}
.BgClassName
{
background-color: #705143;
}
</style>
border-color css
<style>
span { border-color: #705143; }
span { border-color: rgb(112,81,67); }
td.TdClassName
{
border-color: #705143;
}
.TagClassName
{
border-color: #705143;
}
</style>