Shades of Spice #714A3E
Tints of Spice #714A3E
RGB
CMYK
RGB Variations
Color information
#714A3E (or 0x714A3E) is known color: Spice. HEX triplet: 71, 4A and 3E. RGB value is (113,74,62). Sum of RGB (Red+Green+Blue) = 113+74+62=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A3E is #8EB5C1. Grayscale: #545454. Windows color (decimal): -9352642 or 4082289. OLE color: 4082289.
HSL color Cylindrical-coordinate representation of color #714A3E: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714A3E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 62 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.56 |
| HSL | 14.12º | 0.29% | 0.34% | - |
| HSV(B) | 14.12º | 0.45% | 0.44% | - |
| XYZ | 10.13 | 8.76 | 5.71 | - |
| YUV | 84.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 62 | 0 | 0.35 | 0.45 | 0.56 | 14.12 | 0.29 | 0.34 |
| Hex | 71 | 4A | 3E | 0 | 23 | 2D | 38 | E | 1D | 22 |
| Octal | 161 | 112 | 76 | 0 | 43 | 55 | 70 | 16 | 35 | 42 |
| Binary | 1110001 | 1001010 | 111110 | 0 | 100011 | 101101 | 111000 | 1110 | 11101 | 100010 |
Color Harmonies of #714A3E
Complementary color
Monochromatic Colors of #714A3E
Black with #714A3E
Text Example
Text Example
White with #714A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A3E; }
p { color: rgb(113,74,62); }
H1.HeaderClassName
{
color: #714A3E;
}
.AnyTagClassName
{
color: #714A3E;
}
</style>
background-color css
<style>
a { background-color: #714A3E; }
a { background-color: rgb(113,74,62); }
div.DivClassName
{
background-color: #714A3E;
}
.BgClassName
{
background-color: #714A3E;
}
</style>
border-color css
<style>
span { border-color: #714A3E; }
span { border-color: rgb(113,74,62); }
td.TdClassName
{
border-color: #714A3E;
}
.TagClassName
{
border-color: #714A3E;
}
</style>