Shades of Spice #735447
Tints of Spice #735447
RGB
CMYK
RGB Variations
Color information
#735447 (or 0x735447) is known color: Spice. HEX triplet: 73, 54 and 47. RGB value is (115,84,71). Sum of RGB (Red+Green+Blue) = 115+84+71=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735447 is #8CABB8. Grayscale: #5B5B5B. Windows color (decimal): -9219001 or 4674675. OLE color: 4674675.
HSL color Cylindrical-coordinate representation of color #735447: hue angle of 17.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735447 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 71 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.55 |
| HSL | 17.73º | 0.24% | 0.36% | - |
| HSV(B) | 17.73º | 0.38% | 0.45% | - |
| XYZ | 11.38 | 10.44 | 7.38 | - |
| YUV | 91.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 71 | 0 | 0.27 | 0.38 | 0.55 | 17.73 | 0.24 | 0.36 |
| Hex | 73 | 54 | 47 | 0 | 1B | 26 | 37 | 12 | 18 | 24 |
| Octal | 163 | 124 | 107 | 0 | 33 | 46 | 67 | 22 | 30 | 44 |
| Binary | 1110011 | 1010100 | 1000111 | 0 | 11011 | 100110 | 110111 | 10010 | 11000 | 100100 |
Color Harmonies of #735447
Complementary color
Monochromatic Colors of #735447
Black with #735447
Text Example
Text Example
White with #735447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735447; }
p { color: rgb(115,84,71); }
H1.HeaderClassName
{
color: #735447;
}
.AnyTagClassName
{
color: #735447;
}
</style>
background-color css
<style>
a { background-color: #735447; }
a { background-color: rgb(115,84,71); }
div.DivClassName
{
background-color: #735447;
}
.BgClassName
{
background-color: #735447;
}
</style>
border-color css
<style>
span { border-color: #735447; }
span { border-color: rgb(115,84,71); }
td.TdClassName
{
border-color: #735447;
}
.TagClassName
{
border-color: #735447;
}
</style>