Shades of Tosca #713D47
Tints of Tosca #713D47
RGB
CMYK
RGB Variations
Color information
#713D47 (or 0x713D47) is known color: Tosca. HEX triplet: 71, 3D and 47. RGB value is (113,61,71). Sum of RGB (Red+Green+Blue) = 113+61+71=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D47 is #8EC2B8. Grayscale: #4D4D4D. Windows color (decimal): -9355961 or 4668785. OLE color: 4668785.
HSL color Cylindrical-coordinate representation of color #713D47: hue angle of 348.46º 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 #713D47 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 71 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.56 |
| HSL | 348.46º | 0.3% | 0.34% | - |
| HSV(B) | 348.46º | 0.46% | 0.44% | - |
| XYZ | 9.62 | 7.3 | 6.86 | - |
| YUV | 77.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 71 | 0 | 0.46 | 0.37 | 0.56 | 348.46 | 0.3 | 0.34 |
| Hex | 71 | 3D | 47 | 0 | 2E | 25 | 38 | 15C | 1E | 22 |
| Octal | 161 | 75 | 107 | 0 | 56 | 45 | 70 | 534 | 36 | 42 |
| Binary | 1110001 | 111101 | 1000111 | 0 | 101110 | 100101 | 111000 | 101011100 | 11110 | 100010 |
Color Harmonies of #713D47
Complementary color
Monochromatic Colors of #713D47
Black with #713D47
Text Example
Text Example
White with #713D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D47; }
p { color: rgb(113,61,71); }
H1.HeaderClassName
{
color: #713D47;
}
.AnyTagClassName
{
color: #713D47;
}
</style>
background-color css
<style>
a { background-color: #713D47; }
a { background-color: rgb(113,61,71); }
div.DivClassName
{
background-color: #713D47;
}
.BgClassName
{
background-color: #713D47;
}
</style>
border-color css
<style>
span { border-color: #713D47; }
span { border-color: rgb(113,61,71); }
td.TdClassName
{
border-color: #713D47;
}
.TagClassName
{
border-color: #713D47;
}
</style>