Shades of Spice #744F42
Tints of Spice #744F42
RGB
CMYK
RGB Variations
Color information
#744F42 (or 0x744F42) is known color: Spice. HEX triplet: 74, 4F and 42. RGB value is (116,79,66). Sum of RGB (Red+Green+Blue) = 116+79+66=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F42 is #8BB0BD. Grayscale: #585858. Windows color (decimal): -9154750 or 4345716. OLE color: 4345716.
HSL color Cylindrical-coordinate representation of color #744F42: hue angle of 15.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #744F42 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 66 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.55 |
| HSL | 15.6º | 0.27% | 0.36% | - |
| HSV(B) | 15.6º | 0.43% | 0.45% | - |
| XYZ | 10.98 | 9.7 | 6.45 | - |
| YUV | 88.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 66 | 0 | 0.32 | 0.43 | 0.55 | 15.6 | 0.27 | 0.36 |
| Hex | 74 | 4F | 42 | 0 | 20 | 2B | 37 | 10 | 1B | 24 |
| Octal | 164 | 117 | 102 | 0 | 40 | 53 | 67 | 20 | 33 | 44 |
| Binary | 1110100 | 1001111 | 1000010 | 0 | 100000 | 101011 | 110111 | 10000 | 11011 | 100100 |
Color Harmonies of #744F42
Complementary color
Monochromatic Colors of #744F42
Black with #744F42
Text Example
Text Example
White with #744F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F42; }
p { color: rgb(116,79,66); }
H1.HeaderClassName
{
color: #744F42;
}
.AnyTagClassName
{
color: #744F42;
}
</style>
background-color css
<style>
a { background-color: #744F42; }
a { background-color: rgb(116,79,66); }
div.DivClassName
{
background-color: #744F42;
}
.BgClassName
{
background-color: #744F42;
}
</style>
border-color css
<style>
span { border-color: #744F42; }
span { border-color: rgb(116,79,66); }
td.TdClassName
{
border-color: #744F42;
}
.TagClassName
{
border-color: #744F42;
}
</style>