Shades of Spice #735143
Tints of Spice #735143
RGB
CMYK
RGB Variations
Color information
#735143 (or 0x735143) is known color: Spice. HEX triplet: 73, 51 and 43. RGB value is (115,81,67). Sum of RGB (Red+Green+Blue) = 115+81+67=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735143 is #8CAEBC. Grayscale: #595959. Windows color (decimal): -9219773 or 4411763. OLE color: 4411763.
HSL color Cylindrical-coordinate representation of color #735143: hue angle of 17.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735143 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 67 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.55 |
| HSL | 17.5º | 0.26% | 0.36% | - |
| HSV(B) | 17.5º | 0.42% | 0.45% | - |
| XYZ | 11.03 | 9.93 | 6.65 | - |
| YUV | 89.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 67 | 0 | 0.30 | 0.42 | 0.55 | 17.5 | 0.26 | 0.36 |
| Hex | 73 | 51 | 43 | 0 | 1E | 2A | 37 | 12 | 1A | 24 |
| Octal | 163 | 121 | 103 | 0 | 36 | 52 | 67 | 22 | 32 | 44 |
| Binary | 1110011 | 1010001 | 1000011 | 0 | 11110 | 101010 | 110111 | 10010 | 11010 | 100100 |
Color Harmonies of #735143
Complementary color
Monochromatic Colors of #735143
Black with #735143
Text Example
Text Example
White with #735143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735143; }
p { color: rgb(115,81,67); }
H1.HeaderClassName
{
color: #735143;
}
.AnyTagClassName
{
color: #735143;
}
</style>
background-color css
<style>
a { background-color: #735143; }
a { background-color: rgb(115,81,67); }
div.DivClassName
{
background-color: #735143;
}
.BgClassName
{
background-color: #735143;
}
</style>
border-color css
<style>
span { border-color: #735143; }
span { border-color: rgb(115,81,67); }
td.TdClassName
{
border-color: #735143;
}
.TagClassName
{
border-color: #735143;
}
</style>