Shades of Spice #704A3C
Tints of Spice #704A3C
RGB
CMYK
RGB Variations
Color information
#704A3C (or 0x704A3C) is known color: Spice. HEX triplet: 70, 4A and 3C. RGB value is (112,74,60). Sum of RGB (Red+Green+Blue) = 112+74+60=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A3C is #8FB5C3. Grayscale: #535353. Windows color (decimal): -9418180 or 3951216. OLE color: 3951216.
HSL color Cylindrical-coordinate representation of color #704A3C: hue angle of 16.15º degrees, saturation: 0.3, 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 #704A3C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 60 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.56 |
| HSL | 16.15º | 0.3% | 0.34% | - |
| HSV(B) | 16.15º | 0.46% | 0.44% | - |
| XYZ | 9.95 | 8.67 | 5.42 | - |
| YUV | 83.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 60 | 0 | 0.34 | 0.46 | 0.56 | 16.15 | 0.3 | 0.34 |
| Hex | 70 | 4A | 3C | 0 | 22 | 2E | 38 | 10 | 1E | 22 |
| Octal | 160 | 112 | 74 | 0 | 42 | 56 | 70 | 20 | 36 | 42 |
| Binary | 1110000 | 1001010 | 111100 | 0 | 100010 | 101110 | 111000 | 10000 | 11110 | 100010 |
Color Harmonies of #704A3C
Complementary color
Monochromatic Colors of #704A3C
Black with #704A3C
Text Example
Text Example
White with #704A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A3C; }
p { color: rgb(112,74,60); }
H1.HeaderClassName
{
color: #704A3C;
}
.AnyTagClassName
{
color: #704A3C;
}
</style>
background-color css
<style>
a { background-color: #704A3C; }
a { background-color: rgb(112,74,60); }
div.DivClassName
{
background-color: #704A3C;
}
.BgClassName
{
background-color: #704A3C;
}
</style>
border-color css
<style>
span { border-color: #704A3C; }
span { border-color: rgb(112,74,60); }
td.TdClassName
{
border-color: #704A3C;
}
.TagClassName
{
border-color: #704A3C;
}
</style>