Shades of Spice #745244
Tints of Spice #745244
RGB
CMYK
RGB Variations
Color information
#745244 (or 0x745244) is known color: Spice. HEX triplet: 74, 52 and 44. RGB value is (116,82,68). Sum of RGB (Red+Green+Blue) = 116+82+68=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745244 is #8BADBB. Grayscale: #5A5A5A. Windows color (decimal): -9153980 or 4477556. OLE color: 4477556.
HSL color Cylindrical-coordinate representation of color #745244: 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.41%. Process color model (Four color, CMYK) of #745244 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 68 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.55 |
| HSL | 17.5º | 0.26% | 0.36% | - |
| HSV(B) | 17.5º | 0.41% | 0.45% | - |
| XYZ | 11.26 | 10.16 | 6.84 | - |
| YUV | 90.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 68 | 0 | 0.29 | 0.41 | 0.55 | 17.5 | 0.26 | 0.36 |
| Hex | 74 | 52 | 44 | 0 | 1D | 29 | 37 | 12 | 1A | 24 |
| Octal | 164 | 122 | 104 | 0 | 35 | 51 | 67 | 22 | 32 | 44 |
| Binary | 1110100 | 1010010 | 1000100 | 0 | 11101 | 101001 | 110111 | 10010 | 11010 | 100100 |
Color Harmonies of #745244
Complementary color
Monochromatic Colors of #745244
Black with #745244
Text Example
Text Example
White with #745244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745244; }
p { color: rgb(116,82,68); }
H1.HeaderClassName
{
color: #745244;
}
.AnyTagClassName
{
color: #745244;
}
</style>
background-color css
<style>
a { background-color: #745244; }
a { background-color: rgb(116,82,68); }
div.DivClassName
{
background-color: #745244;
}
.BgClassName
{
background-color: #745244;
}
</style>
border-color css
<style>
span { border-color: #745244; }
span { border-color: rgb(116,82,68); }
td.TdClassName
{
border-color: #745244;
}
.TagClassName
{
border-color: #745244;
}
</style>