Shades of Spice #714C3D
Tints of Spice #714C3D
RGB
CMYK
RGB Variations
Color information
#714C3D (or 0x714C3D) is known color: Spice. HEX triplet: 71, 4C and 3D. RGB value is (113,76,61). Sum of RGB (Red+Green+Blue) = 113+76+61=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C3D is #8EB3C2. Grayscale: #555555. Windows color (decimal): -9352131 or 4017265. OLE color: 4017265.
HSL color Cylindrical-coordinate representation of color #714C3D: hue angle of 17.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714C3D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 61 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.56 |
| HSL | 17.31º | 0.3% | 0.34% | - |
| HSV(B) | 17.31º | 0.46% | 0.44% | - |
| XYZ | 10.24 | 9.02 | 5.62 | - |
| YUV | 85.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 61 | 0 | 0.33 | 0.46 | 0.56 | 17.31 | 0.3 | 0.34 |
| Hex | 71 | 4C | 3D | 0 | 21 | 2E | 38 | 11 | 1E | 22 |
| Octal | 161 | 114 | 75 | 0 | 41 | 56 | 70 | 21 | 36 | 42 |
| Binary | 1110001 | 1001100 | 111101 | 0 | 100001 | 101110 | 111000 | 10001 | 11110 | 100010 |
Color Harmonies of #714C3D
Complementary color
Monochromatic Colors of #714C3D
Black with #714C3D
Text Example
Text Example
White with #714C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C3D; }
p { color: rgb(113,76,61); }
H1.HeaderClassName
{
color: #714C3D;
}
.AnyTagClassName
{
color: #714C3D;
}
</style>
background-color css
<style>
a { background-color: #714C3D; }
a { background-color: rgb(113,76,61); }
div.DivClassName
{
background-color: #714C3D;
}
.BgClassName
{
background-color: #714C3D;
}
</style>
border-color css
<style>
span { border-color: #714C3D; }
span { border-color: rgb(113,76,61); }
td.TdClassName
{
border-color: #714C3D;
}
.TagClassName
{
border-color: #714C3D;
}
</style>