Shades of Spice #725142
Tints of Spice #725142
RGB
CMYK
RGB Variations
Color information
#725142 (or 0x725142) is known color: Spice. HEX triplet: 72, 51 and 42. RGB value is (114,81,66). Sum of RGB (Red+Green+Blue) = 114+81+66=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #725142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725142 is #8DAEBD. Grayscale: #595959. Windows color (decimal): -9285310 or 4346226. OLE color: 4346226.
HSL color Cylindrical-coordinate representation of color #725142: hue angle of 18.75º 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 #725142 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 66 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.55 |
| HSL | 18.75º | 0.27% | 0.35% | - |
| HSV(B) | 18.75º | 0.42% | 0.45% | - |
| XYZ | 10.87 | 9.86 | 6.48 | - |
| YUV | 89.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 66 | 0 | 0.29 | 0.42 | 0.55 | 18.75 | 0.27 | 0.35 |
| Hex | 72 | 51 | 42 | 0 | 1D | 2A | 37 | 13 | 1B | 23 |
| Octal | 162 | 121 | 102 | 0 | 35 | 52 | 67 | 23 | 33 | 43 |
| Binary | 1110010 | 1010001 | 1000010 | 0 | 11101 | 101010 | 110111 | 10011 | 11011 | 100011 |
Color Harmonies of #725142
Complementary color
Monochromatic Colors of #725142
Black with #725142
Text Example
Text Example
White with #725142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725142; }
p { color: rgb(114,81,66); }
H1.HeaderClassName
{
color: #725142;
}
.AnyTagClassName
{
color: #725142;
}
</style>
background-color css
<style>
a { background-color: #725142; }
a { background-color: rgb(114,81,66); }
div.DivClassName
{
background-color: #725142;
}
.BgClassName
{
background-color: #725142;
}
</style>
border-color css
<style>
span { border-color: #725142; }
span { border-color: rgb(114,81,66); }
td.TdClassName
{
border-color: #725142;
}
.TagClassName
{
border-color: #725142;
}
</style>