Shades of Spice #714B3C
Tints of Spice #714B3C
RGB
CMYK
RGB Variations
Color information
#714B3C (or 0x714B3C) is known color: Spice. HEX triplet: 71, 4B and 3C. RGB value is (113,75,60). Sum of RGB (Red+Green+Blue) = 113+75+60=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #714B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B3C is #8EB4C3. Grayscale: #545454. Windows color (decimal): -9352388 or 3951473. OLE color: 3951473.
HSL color Cylindrical-coordinate representation of color #714B3C: hue angle of 16.98º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714B3C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 60 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.56 |
| HSL | 16.98º | 0.31% | 0.34% | - |
| HSV(B) | 16.98º | 0.47% | 0.44% | - |
| XYZ | 10.14 | 8.87 | 5.45 | - |
| YUV | 84.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 60 | 0 | 0.34 | 0.47 | 0.56 | 16.98 | 0.31 | 0.34 |
| Hex | 71 | 4B | 3C | 0 | 22 | 2F | 38 | 11 | 1F | 22 |
| Octal | 161 | 113 | 74 | 0 | 42 | 57 | 70 | 21 | 37 | 42 |
| Binary | 1110001 | 1001011 | 111100 | 0 | 100010 | 101111 | 111000 | 10001 | 11111 | 100010 |
Color Harmonies of #714B3C
Complementary color
Monochromatic Colors of #714B3C
Black with #714B3C
Text Example
Text Example
White with #714B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B3C; }
p { color: rgb(113,75,60); }
H1.HeaderClassName
{
color: #714B3C;
}
.AnyTagClassName
{
color: #714B3C;
}
</style>
background-color css
<style>
a { background-color: #714B3C; }
a { background-color: rgb(113,75,60); }
div.DivClassName
{
background-color: #714B3C;
}
.BgClassName
{
background-color: #714B3C;
}
</style>
border-color css
<style>
span { border-color: #714B3C; }
span { border-color: rgb(113,75,60); }
td.TdClassName
{
border-color: #714B3C;
}
.TagClassName
{
border-color: #714B3C;
}
</style>