Shades of Tosca #713D45
Tints of Tosca #713D45
RGB
CMYK
RGB Variations
Color information
#713D45 (or 0x713D45) is known color: Tosca. HEX triplet: 71, 3D and 45. RGB value is (113,61,69). Sum of RGB (Red+Green+Blue) = 113+61+69=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #713D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D45 is #8EC2BA. Grayscale: #4D4D4D. Windows color (decimal): -9355963 or 4537713. OLE color: 4537713.
HSL color Cylindrical-coordinate representation of color #713D45: hue angle of 350.77º 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 #713D45 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 69 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.56 |
| HSL | 350.77º | 0.3% | 0.34% | - |
| HSV(B) | 350.77º | 0.46% | 0.44% | - |
| XYZ | 9.55 | 7.28 | 6.53 | - |
| YUV | 77.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 69 | 0 | 0.46 | 0.39 | 0.56 | 350.77 | 0.3 | 0.34 |
| Hex | 71 | 3D | 45 | 0 | 2E | 27 | 38 | 15F | 1E | 22 |
| Octal | 161 | 75 | 105 | 0 | 56 | 47 | 70 | 537 | 36 | 42 |
| Binary | 1110001 | 111101 | 1000101 | 0 | 101110 | 100111 | 111000 | 101011111 | 11110 | 100010 |
Color Harmonies of #713D45
Complementary color
Monochromatic Colors of #713D45
Black with #713D45
Text Example
Text Example
White with #713D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D45; }
p { color: rgb(113,61,69); }
H1.HeaderClassName
{
color: #713D45;
}
.AnyTagClassName
{
color: #713D45;
}
</style>
background-color css
<style>
a { background-color: #713D45; }
a { background-color: rgb(113,61,69); }
div.DivClassName
{
background-color: #713D45;
}
.BgClassName
{
background-color: #713D45;
}
</style>
border-color css
<style>
span { border-color: #713D45; }
span { border-color: rgb(113,61,69); }
td.TdClassName
{
border-color: #713D45;
}
.TagClassName
{
border-color: #713D45;
}
</style>