Shades of Spice #704A3D
Tints of Spice #704A3D
RGB
CMYK
RGB Variations
Color information
#704A3D (or 0x704A3D) is known color: Spice. HEX triplet: 70, 4A and 3D. RGB value is (112,74,61). Sum of RGB (Red+Green+Blue) = 112+74+61=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A3D is #8FB5C2. Grayscale: #535353. Windows color (decimal): -9418179 or 4016752. OLE color: 4016752.
HSL color Cylindrical-coordinate representation of color #704A3D: hue angle of 15.29º 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 #704A3D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 61 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.56 |
| HSL | 15.29º | 0.29% | 0.34% | - |
| HSV(B) | 15.29º | 0.46% | 0.44% | - |
| XYZ | 9.97 | 8.68 | 5.56 | - |
| YUV | 83.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 61 | 0 | 0.34 | 0.46 | 0.56 | 15.29 | 0.29 | 0.34 |
| Hex | 70 | 4A | 3D | 0 | 22 | 2E | 38 | F | 1D | 22 |
| Octal | 160 | 112 | 75 | 0 | 42 | 56 | 70 | 17 | 35 | 42 |
| Binary | 1110000 | 1001010 | 111101 | 0 | 100010 | 101110 | 111000 | 1111 | 11101 | 100010 |
Color Harmonies of #704A3D
Complementary color
Monochromatic Colors of #704A3D
Black with #704A3D
Text Example
Text Example
White with #704A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A3D; }
p { color: rgb(112,74,61); }
H1.HeaderClassName
{
color: #704A3D;
}
.AnyTagClassName
{
color: #704A3D;
}
</style>
background-color css
<style>
a { background-color: #704A3D; }
a { background-color: rgb(112,74,61); }
div.DivClassName
{
background-color: #704A3D;
}
.BgClassName
{
background-color: #704A3D;
}
</style>
border-color css
<style>
span { border-color: #704A3D; }
span { border-color: rgb(112,74,61); }
td.TdClassName
{
border-color: #704A3D;
}
.TagClassName
{
border-color: #704A3D;
}
</style>