Shades of Spice #724E42
Tints of Spice #724E42
RGB
CMYK
RGB Variations
Color information
#724E42 (or 0x724E42) is known color: Spice. HEX triplet: 72, 4E and 42. RGB value is (114,78,66). Sum of RGB (Red+Green+Blue) = 114+78+66=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #724E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E42 is #8DB1BD. Grayscale: #575757. Windows color (decimal): -9286078 or 4345458. OLE color: 4345458.
HSL color Cylindrical-coordinate representation of color #724E42: hue angle of 15º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724E42 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 66 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.55 |
| HSL | 15º | 0.27% | 0.35% | - |
| HSV(B) | 15º | 0.42% | 0.45% | - |
| XYZ | 10.65 | 9.42 | 6.41 | - |
| YUV | 87.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 66 | 0 | 0.32 | 0.42 | 0.55 | 15 | 0.27 | 0.35 |
| Hex | 72 | 4E | 42 | 0 | 20 | 2A | 37 | F | 1B | 23 |
| Octal | 162 | 116 | 102 | 0 | 40 | 52 | 67 | 17 | 33 | 43 |
| Binary | 1110010 | 1001110 | 1000010 | 0 | 100000 | 101010 | 110111 | 1111 | 11011 | 100011 |
Color Harmonies of #724E42
Complementary color
Monochromatic Colors of #724E42
Black with #724E42
Text Example
Text Example
White with #724E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E42; }
p { color: rgb(114,78,66); }
H1.HeaderClassName
{
color: #724E42;
}
.AnyTagClassName
{
color: #724E42;
}
</style>
background-color css
<style>
a { background-color: #724E42; }
a { background-color: rgb(114,78,66); }
div.DivClassName
{
background-color: #724E42;
}
.BgClassName
{
background-color: #724E42;
}
</style>
border-color css
<style>
span { border-color: #724E42; }
span { border-color: rgb(114,78,66); }
td.TdClassName
{
border-color: #724E42;
}
.TagClassName
{
border-color: #724E42;
}
</style>