Shades of Spice #70483A
Tints of Spice #70483A
RGB
CMYK
RGB Variations
Color information
#70483A (or 0x70483A) is known color: Spice. HEX triplet: 70, 48 and 3A. RGB value is (112,72,58). Sum of RGB (Red+Green+Blue) = 112+72+58=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70483A is #8FB7C5. Grayscale: #525252. Windows color (decimal): -9418694 or 3819632. OLE color: 3819632.
HSL color Cylindrical-coordinate representation of color #70483A: hue angle of 15.56º 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 #70483A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 72 | 58 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.56 |
| HSL | 15.56º | 0.32% | 0.33% | - |
| HSV(B) | 15.56º | 0.48% | 0.44% | - |
| XYZ | 9.76 | 8.38 | 5.11 | - |
| YUV | 82.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 58 | 0 | 0.36 | 0.48 | 0.56 | 15.56 | 0.32 | 0.33 |
| Hex | 70 | 48 | 3A | 0 | 24 | 30 | 38 | 10 | 20 | 21 |
| Octal | 160 | 110 | 72 | 0 | 44 | 60 | 70 | 20 | 40 | 41 |
| Binary | 1110000 | 1001000 | 111010 | 0 | 100100 | 110000 | 111000 | 10000 | 100000 | 100001 |
Color Harmonies of #70483A
Complementary color
Monochromatic Colors of #70483A
Black with #70483A
Text Example
Text Example
White with #70483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70483A; }
p { color: rgb(112,72,58); }
H1.HeaderClassName
{
color: #70483A;
}
.AnyTagClassName
{
color: #70483A;
}
</style>
background-color css
<style>
a { background-color: #70483A; }
a { background-color: rgb(112,72,58); }
div.DivClassName
{
background-color: #70483A;
}
.BgClassName
{
background-color: #70483A;
}
</style>
border-color css
<style>
span { border-color: #70483A; }
span { border-color: rgb(112,72,58); }
td.TdClassName
{
border-color: #70483A;
}
.TagClassName
{
border-color: #70483A;
}
</style>