Shades of Spice #745145
Tints of Spice #745145
RGB
CMYK
RGB Variations
Color information
#745145 (or 0x745145) is known color: Spice. HEX triplet: 74, 51 and 45. RGB value is (116,81,69). Sum of RGB (Red+Green+Blue) = 116+81+69=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745145 is #8BAEBA. Grayscale: #5A5A5A. Windows color (decimal): -9154235 or 4542836. OLE color: 4542836.
HSL color Cylindrical-coordinate representation of color #745145: hue angle of 15.32º degrees, saturation: 0.25, 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 #745145 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 69 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.55 |
| HSL | 15.32º | 0.25% | 0.36% | - |
| HSV(B) | 15.32º | 0.41% | 0.45% | - |
| XYZ | 11.22 | 10.03 | 6.97 | - |
| YUV | 90.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 69 | 0 | 0.30 | 0.41 | 0.55 | 15.32 | 0.25 | 0.36 |
| Hex | 74 | 51 | 45 | 0 | 1E | 29 | 37 | F | 19 | 24 |
| Octal | 164 | 121 | 105 | 0 | 36 | 51 | 67 | 17 | 31 | 44 |
| Binary | 1110100 | 1010001 | 1000101 | 0 | 11110 | 101001 | 110111 | 1111 | 11001 | 100100 |
Color Harmonies of #745145
Complementary color
Monochromatic Colors of #745145
Black with #745145
Text Example
Text Example
White with #745145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745145; }
p { color: rgb(116,81,69); }
H1.HeaderClassName
{
color: #745145;
}
.AnyTagClassName
{
color: #745145;
}
</style>
background-color css
<style>
a { background-color: #745145; }
a { background-color: rgb(116,81,69); }
div.DivClassName
{
background-color: #745145;
}
.BgClassName
{
background-color: #745145;
}
</style>
border-color css
<style>
span { border-color: #745145; }
span { border-color: rgb(116,81,69); }
td.TdClassName
{
border-color: #745145;
}
.TagClassName
{
border-color: #745145;
}
</style>