Shades of Spice #745344
Tints of Spice #745344
RGB
CMYK
RGB Variations
Color information
#745344 (or 0x745344) is known color: Spice. HEX triplet: 74, 53 and 44. RGB value is (116,83,68). Sum of RGB (Red+Green+Blue) = 116+83+68=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745344 is #8BACBB. Grayscale: #5B5B5B. Windows color (decimal): -9153724 or 4477812. OLE color: 4477812.
HSL color Cylindrical-coordinate representation of color #745344: hue angle of 18.75º 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 #745344 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 68 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.55 |
| HSL | 18.75º | 0.26% | 0.36% | - |
| HSV(B) | 18.75º | 0.41% | 0.45% | - |
| XYZ | 11.34 | 10.32 | 6.86 | - |
| YUV | 91.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 68 | 0 | 0.28 | 0.41 | 0.55 | 18.75 | 0.26 | 0.36 |
| Hex | 74 | 53 | 44 | 0 | 1C | 29 | 37 | 13 | 1A | 24 |
| Octal | 164 | 123 | 104 | 0 | 34 | 51 | 67 | 23 | 32 | 44 |
| Binary | 1110100 | 1010011 | 1000100 | 0 | 11100 | 101001 | 110111 | 10011 | 11010 | 100100 |
Color Harmonies of #745344
Complementary color
Monochromatic Colors of #745344
Black with #745344
Text Example
Text Example
White with #745344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745344; }
p { color: rgb(116,83,68); }
H1.HeaderClassName
{
color: #745344;
}
.AnyTagClassName
{
color: #745344;
}
</style>
background-color css
<style>
a { background-color: #745344; }
a { background-color: rgb(116,83,68); }
div.DivClassName
{
background-color: #745344;
}
.BgClassName
{
background-color: #745344;
}
</style>
border-color css
<style>
span { border-color: #745344; }
span { border-color: rgb(116,83,68); }
td.TdClassName
{
border-color: #745344;
}
.TagClassName
{
border-color: #745344;
}
</style>