Shades of Spice #70493A
Tints of Spice #70493A
RGB
CMYK
RGB Variations
Color information
#70493A (or 0x70493A) is known color: Spice. HEX triplet: 70, 49 and 3A. RGB value is (112,73,58). Sum of RGB (Red+Green+Blue) = 112+73+58=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70493A is #8FB6C5. Grayscale: #535353. Windows color (decimal): -9418438 or 3819888. OLE color: 3819888.
HSL color Cylindrical-coordinate representation of color #70493A: hue angle of 16.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70493A is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 58 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.56 |
| HSL | 16.67º | 0.32% | 0.33% | - |
| HSV(B) | 16.67º | 0.48% | 0.44% | - |
| XYZ | 9.83 | 8.52 | 5.13 | - |
| YUV | 82.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 58 | 0 | 0.35 | 0.48 | 0.56 | 16.67 | 0.32 | 0.33 |
| Hex | 70 | 49 | 3A | 0 | 23 | 30 | 38 | 11 | 20 | 21 |
| Octal | 160 | 111 | 72 | 0 | 43 | 60 | 70 | 21 | 40 | 41 |
| Binary | 1110000 | 1001001 | 111010 | 0 | 100011 | 110000 | 111000 | 10001 | 100000 | 100001 |
Color Harmonies of #70493A
Complementary color
Monochromatic Colors of #70493A
Black with #70493A
Text Example
Text Example
White with #70493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70493A; }
p { color: rgb(112,73,58); }
H1.HeaderClassName
{
color: #70493A;
}
.AnyTagClassName
{
color: #70493A;
}
</style>
background-color css
<style>
a { background-color: #70493A; }
a { background-color: rgb(112,73,58); }
div.DivClassName
{
background-color: #70493A;
}
.BgClassName
{
background-color: #70493A;
}
</style>
border-color css
<style>
span { border-color: #70493A; }
span { border-color: rgb(112,73,58); }
td.TdClassName
{
border-color: #70493A;
}
.TagClassName
{
border-color: #70493A;
}
</style>