Shades of Spice #714F43
Tints of Spice #714F43
RGB
CMYK
RGB Variations
Color information
#714F43 (or 0x714F43) is known color: Spice. HEX triplet: 71, 4F and 43. RGB value is (113,79,67). Sum of RGB (Red+Green+Blue) = 113+79+67=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #714F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F43 is #8EB0BC. Grayscale: #575757. Windows color (decimal): -9351357 or 4411249. OLE color: 4411249.
HSL color Cylindrical-coordinate representation of color #714F43: hue angle of 15.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714F43 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 67 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.56 |
| HSL | 15.65º | 0.26% | 0.35% | - |
| HSV(B) | 15.65º | 0.41% | 0.44% | - |
| XYZ | 10.62 | 9.51 | 6.59 | - |
| YUV | 87.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 67 | 0 | 0.30 | 0.41 | 0.56 | 15.65 | 0.26 | 0.35 |
| Hex | 71 | 4F | 43 | 0 | 1E | 29 | 38 | 10 | 1A | 23 |
| Octal | 161 | 117 | 103 | 0 | 36 | 51 | 70 | 20 | 32 | 43 |
| Binary | 1110001 | 1001111 | 1000011 | 0 | 11110 | 101001 | 111000 | 10000 | 11010 | 100011 |
Color Harmonies of #714F43
Complementary color
Monochromatic Colors of #714F43
Black with #714F43
Text Example
Text Example
White with #714F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F43; }
p { color: rgb(113,79,67); }
H1.HeaderClassName
{
color: #714F43;
}
.AnyTagClassName
{
color: #714F43;
}
</style>
background-color css
<style>
a { background-color: #714F43; }
a { background-color: rgb(113,79,67); }
div.DivClassName
{
background-color: #714F43;
}
.BgClassName
{
background-color: #714F43;
}
</style>
border-color css
<style>
span { border-color: #714F43; }
span { border-color: rgb(113,79,67); }
td.TdClassName
{
border-color: #714F43;
}
.TagClassName
{
border-color: #714F43;
}
</style>