Shades of Spice #745246
Tints of Spice #745246
RGB
CMYK
RGB Variations
Color information
#745246 (or 0x745246) is known color: Spice. HEX triplet: 74, 52 and 46. RGB value is (116,82,70). Sum of RGB (Red+Green+Blue) = 116+82+70=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #745246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745246 is #8BADB9. Grayscale: #5A5A5A. Windows color (decimal): -9153978 or 4608628. OLE color: 4608628.
HSL color Cylindrical-coordinate representation of color #745246: hue angle of 15.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745246 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 70 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.55 |
| HSL | 15.65º | 0.25% | 0.36% | - |
| HSV(B) | 15.65º | 0.4% | 0.45% | - |
| XYZ | 11.33 | 10.19 | 7.16 | - |
| YUV | 90.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 70 | 0 | 0.29 | 0.40 | 0.55 | 15.65 | 0.25 | 0.36 |
| Hex | 74 | 52 | 46 | 0 | 1D | 28 | 37 | 10 | 19 | 24 |
| Octal | 164 | 122 | 106 | 0 | 35 | 50 | 67 | 20 | 31 | 44 |
| Binary | 1110100 | 1010010 | 1000110 | 0 | 11101 | 101000 | 110111 | 10000 | 11001 | 100100 |
Color Harmonies of #745246
Complementary color
Monochromatic Colors of #745246
Black with #745246
Text Example
Text Example
White with #745246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745246; }
p { color: rgb(116,82,70); }
H1.HeaderClassName
{
color: #745246;
}
.AnyTagClassName
{
color: #745246;
}
</style>
background-color css
<style>
a { background-color: #745246; }
a { background-color: rgb(116,82,70); }
div.DivClassName
{
background-color: #745246;
}
.BgClassName
{
background-color: #745246;
}
</style>
border-color css
<style>
span { border-color: #745246; }
span { border-color: rgb(116,82,70); }
td.TdClassName
{
border-color: #745246;
}
.TagClassName
{
border-color: #745246;
}
</style>