Shades of Spice #705345
Tints of Spice #705345
RGB
CMYK
RGB Variations
Color information
#705345 (or 0x705345) is known color: Spice. HEX triplet: 70, 53 and 45. RGB value is (112,83,69). Sum of RGB (Red+Green+Blue) = 112+83+69=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705345 is #8FACBA. Grayscale: #5A5A5A. Windows color (decimal): -9415867 or 4543344. OLE color: 4543344.
HSL color Cylindrical-coordinate representation of color #705345: hue angle of 19.53º 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 #705345 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 69 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.56 |
| HSL | 19.53º | 0.24% | 0.35% | - |
| HSV(B) | 19.53º | 0.38% | 0.44% | - |
| XYZ | 10.85 | 10.06 | 7 | - |
| YUV | 90.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 69 | 0 | 0.26 | 0.38 | 0.56 | 19.53 | 0.24 | 0.35 |
| Hex | 70 | 53 | 45 | 0 | 1A | 26 | 38 | 14 | 18 | 23 |
| Octal | 160 | 123 | 105 | 0 | 32 | 46 | 70 | 24 | 30 | 43 |
| Binary | 1110000 | 1010011 | 1000101 | 0 | 11010 | 100110 | 111000 | 10100 | 11000 | 100011 |
Color Harmonies of #705345
Complementary color
Monochromatic Colors of #705345
Black with #705345
Text Example
Text Example
White with #705345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705345; }
p { color: rgb(112,83,69); }
H1.HeaderClassName
{
color: #705345;
}
.AnyTagClassName
{
color: #705345;
}
</style>
background-color css
<style>
a { background-color: #705345; }
a { background-color: rgb(112,83,69); }
div.DivClassName
{
background-color: #705345;
}
.BgClassName
{
background-color: #705345;
}
</style>
border-color css
<style>
span { border-color: #705345; }
span { border-color: rgb(112,83,69); }
td.TdClassName
{
border-color: #705345;
}
.TagClassName
{
border-color: #705345;
}
</style>