Shades of Spice #745449
Tints of Spice #745449
RGB
CMYK
RGB Variations
Color information
#745449 (or 0x745449) is known color: Spice. HEX triplet: 74, 54 and 49. RGB value is (116,84,73). Sum of RGB (Red+Green+Blue) = 116+84+73=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745449 is #8BABB6. Grayscale: #5C5C5C. Windows color (decimal): -9153463 or 4805748. OLE color: 4805748.
HSL color Cylindrical-coordinate representation of color #745449: hue angle of 15.35º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745449 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 73 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.55 |
| HSL | 15.35º | 0.23% | 0.37% | - |
| HSV(B) | 15.35º | 0.37% | 0.45% | - |
| XYZ | 11.58 | 10.53 | 7.73 | - |
| YUV | 92.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 73 | 0 | 0.28 | 0.37 | 0.55 | 15.35 | 0.23 | 0.37 |
| Hex | 74 | 54 | 49 | 0 | 1C | 25 | 37 | F | 17 | 25 |
| Octal | 164 | 124 | 111 | 0 | 34 | 45 | 67 | 17 | 27 | 45 |
| Binary | 1110100 | 1010100 | 1001001 | 0 | 11100 | 100101 | 110111 | 1111 | 10111 | 100101 |
Color Harmonies of #745449
Complementary color
Monochromatic Colors of #745449
Black with #745449
Text Example
Text Example
White with #745449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745449; }
p { color: rgb(116,84,73); }
H1.HeaderClassName
{
color: #745449;
}
.AnyTagClassName
{
color: #745449;
}
</style>
background-color css
<style>
a { background-color: #745449; }
a { background-color: rgb(116,84,73); }
div.DivClassName
{
background-color: #745449;
}
.BgClassName
{
background-color: #745449;
}
</style>
border-color css
<style>
span { border-color: #745449; }
span { border-color: rgb(116,84,73); }
td.TdClassName
{
border-color: #745449;
}
.TagClassName
{
border-color: #745449;
}
</style>