Shades of Spice #724D43
Tints of Spice #724D43
RGB
CMYK
RGB Variations
Color information
#724D43 (or 0x724D43) is known color: Spice. HEX triplet: 72, 4D and 43. RGB value is (114,77,67). Sum of RGB (Red+Green+Blue) = 114+77+67=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D43 is #8DB2BC. Grayscale: #575757. Windows color (decimal): -9286333 or 4410738. OLE color: 4410738.
HSL color Cylindrical-coordinate representation of color #724D43: hue angle of 12.77º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #724D43 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 67 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.55 |
| HSL | 12.77º | 0.26% | 0.35% | - |
| HSV(B) | 12.77º | 0.41% | 0.45% | - |
| XYZ | 10.61 | 9.29 | 6.54 | - |
| YUV | 86.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 67 | 0 | 0.32 | 0.41 | 0.55 | 12.77 | 0.26 | 0.35 |
| Hex | 72 | 4D | 43 | 0 | 20 | 29 | 37 | D | 1A | 23 |
| Octal | 162 | 115 | 103 | 0 | 40 | 51 | 67 | 15 | 32 | 43 |
| Binary | 1110010 | 1001101 | 1000011 | 0 | 100000 | 101001 | 110111 | 1101 | 11010 | 100011 |
Color Harmonies of #724D43
Complementary color
Monochromatic Colors of #724D43
Black with #724D43
Text Example
Text Example
White with #724D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D43; }
p { color: rgb(114,77,67); }
H1.HeaderClassName
{
color: #724D43;
}
.AnyTagClassName
{
color: #724D43;
}
</style>
background-color css
<style>
a { background-color: #724D43; }
a { background-color: rgb(114,77,67); }
div.DivClassName
{
background-color: #724D43;
}
.BgClassName
{
background-color: #724D43;
}
</style>
border-color css
<style>
span { border-color: #724D43; }
span { border-color: rgb(114,77,67); }
td.TdClassName
{
border-color: #724D43;
}
.TagClassName
{
border-color: #724D43;
}
</style>