Shades of Tosca #713B45
Tints of Tosca #713B45
RGB
CMYK
RGB Variations
Color information
#713B45 (or 0x713B45) is known color: Tosca. HEX triplet: 71, 3B and 45. RGB value is (113,59,69). Sum of RGB (Red+Green+Blue) = 113+59+69=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #713B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B45 is #8EC4BA. Grayscale: #4C4C4C. Windows color (decimal): -9356475 or 4537201. OLE color: 4537201.
HSL color Cylindrical-coordinate representation of color #713B45: hue angle of 348.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B45 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 69 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.56 |
| HSL | 348.89º | 0.31% | 0.34% | - |
| HSV(B) | 348.89º | 0.48% | 0.44% | - |
| XYZ | 9.45 | 7.07 | 6.5 | - |
| YUV | 76.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 69 | 0 | 0.48 | 0.39 | 0.56 | 348.89 | 0.31 | 0.34 |
| Hex | 71 | 3B | 45 | 0 | 30 | 27 | 38 | 15D | 1F | 22 |
| Octal | 161 | 73 | 105 | 0 | 60 | 47 | 70 | 535 | 37 | 42 |
| Binary | 1110001 | 111011 | 1000101 | 0 | 110000 | 100111 | 111000 | 101011101 | 11111 | 100010 |
Color Harmonies of #713B45
Complementary color
Monochromatic Colors of #713B45
Black with #713B45
Text Example
Text Example
White with #713B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B45; }
p { color: rgb(113,59,69); }
H1.HeaderClassName
{
color: #713B45;
}
.AnyTagClassName
{
color: #713B45;
}
</style>
background-color css
<style>
a { background-color: #713B45; }
a { background-color: rgb(113,59,69); }
div.DivClassName
{
background-color: #713B45;
}
.BgClassName
{
background-color: #713B45;
}
</style>
border-color css
<style>
span { border-color: #713B45; }
span { border-color: rgb(113,59,69); }
td.TdClassName
{
border-color: #713B45;
}
.TagClassName
{
border-color: #713B45;
}
</style>