Shades of Spice #704D43
Tints of Spice #704D43
RGB
CMYK
RGB Variations
Color information
#704D43 (or 0x704D43) is known color: Spice. HEX triplet: 70, 4D and 43. RGB value is (112,77,67). Sum of RGB (Red+Green+Blue) = 112+77+67=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D43 is #8FB2BC. Grayscale: #565656. Windows color (decimal): -9417405 or 4410736. OLE color: 4410736.
HSL color Cylindrical-coordinate representation of color #704D43: hue angle of 13.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704D43 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 67 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.56 |
| HSL | 13.33º | 0.25% | 0.35% | - |
| HSV(B) | 13.33º | 0.4% | 0.44% | - |
| XYZ | 10.35 | 9.16 | 6.53 | - |
| YUV | 86.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 67 | 0 | 0.31 | 0.40 | 0.56 | 13.33 | 0.25 | 0.35 |
| Hex | 70 | 4D | 43 | 0 | 1F | 28 | 38 | D | 19 | 23 |
| Octal | 160 | 115 | 103 | 0 | 37 | 50 | 70 | 15 | 31 | 43 |
| Binary | 1110000 | 1001101 | 1000011 | 0 | 11111 | 101000 | 111000 | 1101 | 11001 | 100011 |
Color Harmonies of #704D43
Complementary color
Monochromatic Colors of #704D43
Black with #704D43
Text Example
Text Example
White with #704D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D43; }
p { color: rgb(112,77,67); }
H1.HeaderClassName
{
color: #704D43;
}
.AnyTagClassName
{
color: #704D43;
}
</style>
background-color css
<style>
a { background-color: #704D43; }
a { background-color: rgb(112,77,67); }
div.DivClassName
{
background-color: #704D43;
}
.BgClassName
{
background-color: #704D43;
}
</style>
border-color css
<style>
span { border-color: #704D43; }
span { border-color: rgb(112,77,67); }
td.TdClassName
{
border-color: #704D43;
}
.TagClassName
{
border-color: #704D43;
}
</style>