Shades of Spice #70513F
Tints of Spice #70513F
RGB
CMYK
RGB Variations
Color information
#70513F (or 0x70513F) is known color: Spice. HEX triplet: 70, 51 and 3F. RGB value is (112,81,63). Sum of RGB (Red+Green+Blue) = 112+81+63=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513F is #8FAEC0. Grayscale: #585858. Windows color (decimal): -9416385 or 4149616. OLE color: 4149616.
HSL color Cylindrical-coordinate representation of color #70513F: hue angle of 22.04º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70513F is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 63 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.56 |
| HSL | 22.04º | 0.28% | 0.34% | - |
| HSV(B) | 22.04º | 0.44% | 0.44% | - |
| XYZ | 10.52 | 9.69 | 6.02 | - |
| YUV | 88.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 63 | 0 | 0.28 | 0.44 | 0.56 | 22.04 | 0.28 | 0.34 |
| Hex | 70 | 51 | 3F | 0 | 1C | 2C | 38 | 16 | 1C | 22 |
| Octal | 160 | 121 | 77 | 0 | 34 | 54 | 70 | 26 | 34 | 42 |
| Binary | 1110000 | 1010001 | 111111 | 0 | 11100 | 101100 | 111000 | 10110 | 11100 | 100010 |
Color Harmonies of #70513F
Complementary color
Monochromatic Colors of #70513F
Black with #70513F
Text Example
Text Example
White with #70513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70513F; }
p { color: rgb(112,81,63); }
H1.HeaderClassName
{
color: #70513F;
}
.AnyTagClassName
{
color: #70513F;
}
</style>
background-color css
<style>
a { background-color: #70513F; }
a { background-color: rgb(112,81,63); }
div.DivClassName
{
background-color: #70513F;
}
.BgClassName
{
background-color: #70513F;
}
</style>
border-color css
<style>
span { border-color: #70513F; }
span { border-color: rgb(112,81,63); }
td.TdClassName
{
border-color: #70513F;
}
.TagClassName
{
border-color: #70513F;
}
</style>