Shades of Spice #734F42
Tints of Spice #734F42
RGB
CMYK
RGB Variations
Color information
#734F42 (or 0x734F42) is known color: Spice. HEX triplet: 73, 4F and 42. RGB value is (115,79,66). Sum of RGB (Red+Green+Blue) = 115+79+66=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #734F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F42 is #8CB0BD. Grayscale: #585858. Windows color (decimal): -9220286 or 4345715. OLE color: 4345715.
HSL color Cylindrical-coordinate representation of color #734F42: hue angle of 15.92º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734F42 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 66 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.55 |
| HSL | 15.92º | 0.27% | 0.35% | - |
| HSV(B) | 15.92º | 0.43% | 0.45% | - |
| XYZ | 10.85 | 9.63 | 6.44 | - |
| YUV | 88.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 66 | 0 | 0.31 | 0.43 | 0.55 | 15.92 | 0.27 | 0.35 |
| Hex | 73 | 4F | 42 | 0 | 1F | 2B | 37 | 10 | 1B | 23 |
| Octal | 163 | 117 | 102 | 0 | 37 | 53 | 67 | 20 | 33 | 43 |
| Binary | 1110011 | 1001111 | 1000010 | 0 | 11111 | 101011 | 110111 | 10000 | 11011 | 100011 |
Color Harmonies of #734F42
Complementary color
Monochromatic Colors of #734F42
Black with #734F42
Text Example
Text Example
White with #734F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F42; }
p { color: rgb(115,79,66); }
H1.HeaderClassName
{
color: #734F42;
}
.AnyTagClassName
{
color: #734F42;
}
</style>
background-color css
<style>
a { background-color: #734F42; }
a { background-color: rgb(115,79,66); }
div.DivClassName
{
background-color: #734F42;
}
.BgClassName
{
background-color: #734F42;
}
</style>
border-color css
<style>
span { border-color: #734F42; }
span { border-color: rgb(115,79,66); }
td.TdClassName
{
border-color: #734F42;
}
.TagClassName
{
border-color: #734F42;
}
</style>