Shades of Tosca #713C46
Tints of Tosca #713C46
RGB
CMYK
RGB Variations
Color information
#713C46 (or 0x713C46) is known color: Tosca. HEX triplet: 71, 3C and 46. RGB value is (113,60,70). Sum of RGB (Red+Green+Blue) = 113+60+70=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #713C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C46 is #8EC3B9. Grayscale: #4D4D4D. Windows color (decimal): -9356218 or 4602993. OLE color: 4602993.
HSL color Cylindrical-coordinate representation of color #713C46: hue angle of 348.68º 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 #713C46 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 70 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.56 |
| HSL | 348.68º | 0.31% | 0.34% | - |
| HSV(B) | 348.68º | 0.47% | 0.44% | - |
| XYZ | 9.53 | 7.18 | 6.68 | - |
| YUV | 76.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 70 | 0 | 0.47 | 0.38 | 0.56 | 348.68 | 0.31 | 0.34 |
| Hex | 71 | 3C | 46 | 0 | 2F | 26 | 38 | 15D | 1F | 22 |
| Octal | 161 | 74 | 106 | 0 | 57 | 46 | 70 | 535 | 37 | 42 |
| Binary | 1110001 | 111100 | 1000110 | 0 | 101111 | 100110 | 111000 | 101011101 | 11111 | 100010 |
Color Harmonies of #713C46
Complementary color
Monochromatic Colors of #713C46
Black with #713C46
Text Example
Text Example
White with #713C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C46; }
p { color: rgb(113,60,70); }
H1.HeaderClassName
{
color: #713C46;
}
.AnyTagClassName
{
color: #713C46;
}
</style>
background-color css
<style>
a { background-color: #713C46; }
a { background-color: rgb(113,60,70); }
div.DivClassName
{
background-color: #713C46;
}
.BgClassName
{
background-color: #713C46;
}
</style>
border-color css
<style>
span { border-color: #713C46; }
span { border-color: rgb(113,60,70); }
td.TdClassName
{
border-color: #713C46;
}
.TagClassName
{
border-color: #713C46;
}
</style>