Shades of Spice #714C41
Tints of Spice #714C41
RGB
CMYK
RGB Variations
Color information
#714C41 (or 0x714C41) is known color: Spice. HEX triplet: 71, 4C and 41. RGB value is (113,76,65). Sum of RGB (Red+Green+Blue) = 113+76+65=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C41 is #8EB3BE. Grayscale: #555555. Windows color (decimal): -9352127 or 4279409. OLE color: 4279409.
HSL color Cylindrical-coordinate representation of color #714C41: hue angle of 13.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714C41 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 65 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.56 |
| HSL | 13.75º | 0.27% | 0.35% | - |
| HSV(B) | 13.75º | 0.42% | 0.44% | - |
| XYZ | 10.35 | 9.06 | 6.2 | - |
| YUV | 85.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 65 | 0 | 0.33 | 0.42 | 0.56 | 13.75 | 0.27 | 0.35 |
| Hex | 71 | 4C | 41 | 0 | 21 | 2A | 38 | E | 1B | 23 |
| Octal | 161 | 114 | 101 | 0 | 41 | 52 | 70 | 16 | 33 | 43 |
| Binary | 1110001 | 1001100 | 1000001 | 0 | 100001 | 101010 | 111000 | 1110 | 11011 | 100011 |
Color Harmonies of #714C41
Complementary color
Monochromatic Colors of #714C41
Black with #714C41
Text Example
Text Example
White with #714C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C41; }
p { color: rgb(113,76,65); }
H1.HeaderClassName
{
color: #714C41;
}
.AnyTagClassName
{
color: #714C41;
}
</style>
background-color css
<style>
a { background-color: #714C41; }
a { background-color: rgb(113,76,65); }
div.DivClassName
{
background-color: #714C41;
}
.BgClassName
{
background-color: #714C41;
}
</style>
border-color css
<style>
span { border-color: #714C41; }
span { border-color: rgb(113,76,65); }
td.TdClassName
{
border-color: #714C41;
}
.TagClassName
{
border-color: #714C41;
}
</style>