Shades of Spice #705245
Tints of Spice #705245
RGB
CMYK
RGB Variations
Color information
#705245 (or 0x705245) is known color: Spice. HEX triplet: 70, 52 and 45. RGB value is (112,82,69). Sum of RGB (Red+Green+Blue) = 112+82+69=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705245 is #8FADBA. Grayscale: #595959. Windows color (decimal): -9416123 or 4543088. OLE color: 4543088.
HSL color Cylindrical-coordinate representation of color #705245: hue angle of 18.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705245 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 69 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.56 |
| HSL | 18.14º | 0.24% | 0.35% | - |
| HSV(B) | 18.14º | 0.38% | 0.44% | - |
| XYZ | 10.77 | 9.91 | 6.98 | - |
| YUV | 89.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 69 | 0 | 0.27 | 0.38 | 0.56 | 18.14 | 0.24 | 0.35 |
| Hex | 70 | 52 | 45 | 0 | 1B | 26 | 38 | 12 | 18 | 23 |
| Octal | 160 | 122 | 105 | 0 | 33 | 46 | 70 | 22 | 30 | 43 |
| Binary | 1110000 | 1010010 | 1000101 | 0 | 11011 | 100110 | 111000 | 10010 | 11000 | 100011 |
Color Harmonies of #705245
Complementary color
Monochromatic Colors of #705245
Black with #705245
Text Example
Text Example
White with #705245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705245; }
p { color: rgb(112,82,69); }
H1.HeaderClassName
{
color: #705245;
}
.AnyTagClassName
{
color: #705245;
}
</style>
background-color css
<style>
a { background-color: #705245; }
a { background-color: rgb(112,82,69); }
div.DivClassName
{
background-color: #705245;
}
.BgClassName
{
background-color: #705245;
}
</style>
border-color css
<style>
span { border-color: #705245; }
span { border-color: rgb(112,82,69); }
td.TdClassName
{
border-color: #705245;
}
.TagClassName
{
border-color: #705245;
}
</style>