Shades of Spice #725246
Tints of Spice #725246
RGB
CMYK
RGB Variations
Color information
#725246 (or 0x725246) is known color: Spice. HEX triplet: 72, 52 and 46. RGB value is (114,82,70). Sum of RGB (Red+Green+Blue) = 114+82+70=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725246 is #8DADB9. Grayscale: #5A5A5A. Windows color (decimal): -9285050 or 4608626. OLE color: 4608626.
HSL color Cylindrical-coordinate representation of color #725246: hue angle of 16.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725246 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 70 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.55 |
| HSL | 16.36º | 0.24% | 0.36% | - |
| HSV(B) | 16.36º | 0.39% | 0.45% | - |
| XYZ | 11.06 | 10.05 | 7.15 | - |
| YUV | 90.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 70 | 0 | 0.28 | 0.39 | 0.55 | 16.36 | 0.24 | 0.36 |
| Hex | 72 | 52 | 46 | 0 | 1C | 27 | 37 | 10 | 18 | 24 |
| Octal | 162 | 122 | 106 | 0 | 34 | 47 | 67 | 20 | 30 | 44 |
| Binary | 1110010 | 1010010 | 1000110 | 0 | 11100 | 100111 | 110111 | 10000 | 11000 | 100100 |
Color Harmonies of #725246
Complementary color
Monochromatic Colors of #725246
Black with #725246
Text Example
Text Example
White with #725246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725246; }
p { color: rgb(114,82,70); }
H1.HeaderClassName
{
color: #725246;
}
.AnyTagClassName
{
color: #725246;
}
</style>
background-color css
<style>
a { background-color: #725246; }
a { background-color: rgb(114,82,70); }
div.DivClassName
{
background-color: #725246;
}
.BgClassName
{
background-color: #725246;
}
</style>
border-color css
<style>
span { border-color: #725246; }
span { border-color: rgb(114,82,70); }
td.TdClassName
{
border-color: #725246;
}
.TagClassName
{
border-color: #725246;
}
</style>