Shades of Spice #704B3C
Tints of Spice #704B3C
RGB
CMYK
RGB Variations
Color information
#704B3C (or 0x704B3C) is known color: Spice. HEX triplet: 70, 4B and 3C. RGB value is (112,75,60). Sum of RGB (Red+Green+Blue) = 112+75+60=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B3C is #8FB4C3. Grayscale: #545454. Windows color (decimal): -9417924 or 3951472. OLE color: 3951472.
HSL color Cylindrical-coordinate representation of color #704B3C: hue angle of 17.31º 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 #704B3C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 60 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.56 |
| HSL | 17.31º | 0.3% | 0.34% | - |
| HSV(B) | 17.31º | 0.46% | 0.44% | - |
| XYZ | 10.01 | 8.8 | 5.45 | - |
| YUV | 84.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 60 | 0 | 0.33 | 0.46 | 0.56 | 17.31 | 0.3 | 0.34 |
| Hex | 70 | 4B | 3C | 0 | 21 | 2E | 38 | 11 | 1E | 22 |
| Octal | 160 | 113 | 74 | 0 | 41 | 56 | 70 | 21 | 36 | 42 |
| Binary | 1110000 | 1001011 | 111100 | 0 | 100001 | 101110 | 111000 | 10001 | 11110 | 100010 |
Color Harmonies of #704B3C
Complementary color
Monochromatic Colors of #704B3C
Black with #704B3C
Text Example
Text Example
White with #704B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B3C; }
p { color: rgb(112,75,60); }
H1.HeaderClassName
{
color: #704B3C;
}
.AnyTagClassName
{
color: #704B3C;
}
</style>
background-color css
<style>
a { background-color: #704B3C; }
a { background-color: rgb(112,75,60); }
div.DivClassName
{
background-color: #704B3C;
}
.BgClassName
{
background-color: #704B3C;
}
</style>
border-color css
<style>
span { border-color: #704B3C; }
span { border-color: rgb(112,75,60); }
td.TdClassName
{
border-color: #704B3C;
}
.TagClassName
{
border-color: #704B3C;
}
</style>