Shades of Spice #744F43
Tints of Spice #744F43
RGB
CMYK
RGB Variations
Color information
#744F43 (or 0x744F43) is known color: Spice. HEX triplet: 74, 4F and 43. RGB value is (116,79,67). Sum of RGB (Red+Green+Blue) = 116+79+67=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #744F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F43 is #8BB0BC. Grayscale: #585858. Windows color (decimal): -9154749 or 4411252. OLE color: 4411252.
HSL color Cylindrical-coordinate representation of color #744F43: hue angle of 14.69º degrees, saturation: 0.27, 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 #744F43 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 67 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.55 |
| HSL | 14.69º | 0.27% | 0.36% | - |
| HSV(B) | 14.69º | 0.42% | 0.45% | - |
| XYZ | 11.01 | 9.71 | 6.6 | - |
| YUV | 88.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 67 | 0 | 0.32 | 0.42 | 0.55 | 14.69 | 0.27 | 0.36 |
| Hex | 74 | 4F | 43 | 0 | 20 | 2A | 37 | F | 1B | 24 |
| Octal | 164 | 117 | 103 | 0 | 40 | 52 | 67 | 17 | 33 | 44 |
| Binary | 1110100 | 1001111 | 1000011 | 0 | 100000 | 101010 | 110111 | 1111 | 11011 | 100100 |
Color Harmonies of #744F43
Complementary color
Monochromatic Colors of #744F43
Black with #744F43
Text Example
Text Example
White with #744F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F43; }
p { color: rgb(116,79,67); }
H1.HeaderClassName
{
color: #744F43;
}
.AnyTagClassName
{
color: #744F43;
}
</style>
background-color css
<style>
a { background-color: #744F43; }
a { background-color: rgb(116,79,67); }
div.DivClassName
{
background-color: #744F43;
}
.BgClassName
{
background-color: #744F43;
}
</style>
border-color css
<style>
span { border-color: #744F43; }
span { border-color: rgb(116,79,67); }
td.TdClassName
{
border-color: #744F43;
}
.TagClassName
{
border-color: #744F43;
}
</style>