Shades of Spice #70493D
Tints of Spice #70493D
RGB
CMYK
RGB Variations
Color information
#70493D (or 0x70493D) is known color: Spice. HEX triplet: 70, 49 and 3D. RGB value is (112,73,61). Sum of RGB (Red+Green+Blue) = 112+73+61=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70493D is #8FB6C2. Grayscale: #535353. Windows color (decimal): -9418435 or 4016496. OLE color: 4016496.
HSL color Cylindrical-coordinate representation of color #70493D: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70493D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 61 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.56 |
| HSL | 14.12º | 0.29% | 0.34% | - |
| HSV(B) | 14.12º | 0.46% | 0.44% | - |
| XYZ | 9.91 | 8.55 | 5.54 | - |
| YUV | 83.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 61 | 0 | 0.35 | 0.46 | 0.56 | 14.12 | 0.29 | 0.34 |
| Hex | 70 | 49 | 3D | 0 | 23 | 2E | 38 | E | 1D | 22 |
| Octal | 160 | 111 | 75 | 0 | 43 | 56 | 70 | 16 | 35 | 42 |
| Binary | 1110000 | 1001001 | 111101 | 0 | 100011 | 101110 | 111000 | 1110 | 11101 | 100010 |
Color Harmonies of #70493D
Complementary color
Monochromatic Colors of #70493D
Black with #70493D
Text Example
Text Example
White with #70493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70493D; }
p { color: rgb(112,73,61); }
H1.HeaderClassName
{
color: #70493D;
}
.AnyTagClassName
{
color: #70493D;
}
</style>
background-color css
<style>
a { background-color: #70493D; }
a { background-color: rgb(112,73,61); }
div.DivClassName
{
background-color: #70493D;
}
.BgClassName
{
background-color: #70493D;
}
</style>
border-color css
<style>
span { border-color: #70493D; }
span { border-color: rgb(112,73,61); }
td.TdClassName
{
border-color: #70493D;
}
.TagClassName
{
border-color: #70493D;
}
</style>