Shades of Tosca #713D44
Tints of Tosca #713D44
RGB
CMYK
RGB Variations
Color information
#713D44 (or 0x713D44) is known color: Tosca. HEX triplet: 71, 3D and 44. RGB value is (113,61,68). Sum of RGB (Red+Green+Blue) = 113+61+68=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #713D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D44 is #8EC2BB. Grayscale: #4D4D4D. Windows color (decimal): -9355964 or 4472177. OLE color: 4472177.
HSL color Cylindrical-coordinate representation of color #713D44: hue angle of 351.92º 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 #713D44 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 68 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.56 |
| HSL | 351.92º | 0.3% | 0.34% | - |
| HSV(B) | 351.92º | 0.46% | 0.44% | - |
| XYZ | 9.52 | 7.27 | 6.37 | - |
| YUV | 77.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 68 | 0 | 0.46 | 0.40 | 0.56 | 351.92 | 0.3 | 0.34 |
| Hex | 71 | 3D | 44 | 0 | 2E | 28 | 38 | 160 | 1E | 22 |
| Octal | 161 | 75 | 104 | 0 | 56 | 50 | 70 | 540 | 36 | 42 |
| Binary | 1110001 | 111101 | 1000100 | 0 | 101110 | 101000 | 111000 | 101100000 | 11110 | 100010 |
Color Harmonies of #713D44
Complementary color
Monochromatic Colors of #713D44
Black with #713D44
Text Example
Text Example
White with #713D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D44; }
p { color: rgb(113,61,68); }
H1.HeaderClassName
{
color: #713D44;
}
.AnyTagClassName
{
color: #713D44;
}
</style>
background-color css
<style>
a { background-color: #713D44; }
a { background-color: rgb(113,61,68); }
div.DivClassName
{
background-color: #713D44;
}
.BgClassName
{
background-color: #713D44;
}
</style>
border-color css
<style>
span { border-color: #713D44; }
span { border-color: rgb(113,61,68); }
td.TdClassName
{
border-color: #713D44;
}
.TagClassName
{
border-color: #713D44;
}
</style>