Shades of Tosca #713B3E
Tints of Tosca #713B3E
RGB
CMYK
RGB Variations
Color information
#713B3E (or 0x713B3E) is known color: Tosca. HEX triplet: 71, 3B and 3E. RGB value is (113,59,62). Sum of RGB (Red+Green+Blue) = 113+59+62=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B3E is #8EC4C1. Grayscale: #4B4B4B. Windows color (decimal): -9356482 or 4078449. OLE color: 4078449.
HSL color Cylindrical-coordinate representation of color #713B3E: hue angle of 356.67º 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 #713B3E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 62 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.56 |
| HSL | 356.67º | 0.31% | 0.34% | - |
| HSV(B) | 356.67º | 0.48% | 0.44% | - |
| XYZ | 9.24 | 6.99 | 5.42 | - |
| YUV | 75.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 62 | 0 | 0.48 | 0.45 | 0.56 | 356.67 | 0.31 | 0.34 |
| Hex | 71 | 3B | 3E | 0 | 30 | 2D | 38 | 165 | 1F | 22 |
| Octal | 161 | 73 | 76 | 0 | 60 | 55 | 70 | 545 | 37 | 42 |
| Binary | 1110001 | 111011 | 111110 | 0 | 110000 | 101101 | 111000 | 101100101 | 11111 | 100010 |
Color Harmonies of #713B3E
Complementary color
Monochromatic Colors of #713B3E
Black with #713B3E
Text Example
Text Example
White with #713B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B3E; }
p { color: rgb(113,59,62); }
H1.HeaderClassName
{
color: #713B3E;
}
.AnyTagClassName
{
color: #713B3E;
}
</style>
background-color css
<style>
a { background-color: #713B3E; }
a { background-color: rgb(113,59,62); }
div.DivClassName
{
background-color: #713B3E;
}
.BgClassName
{
background-color: #713B3E;
}
</style>
border-color css
<style>
span { border-color: #713B3E; }
span { border-color: rgb(113,59,62); }
td.TdClassName
{
border-color: #713B3E;
}
.TagClassName
{
border-color: #713B3E;
}
</style>