Shades of Peru Tan #713E13
Tints of Peru Tan #713E13
RGB
CMYK
RGB Variations
Color information
#713E13 (or 0x713E13) is known color: Peru Tan. HEX triplet: 71, 3E and 13. RGB value is (113,62,19). Sum of RGB (Red+Green+Blue) = 113+62+19=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #713E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E13 is #8EC1EC. Grayscale: #484848. Windows color (decimal): -9355757 or 1261169. OLE color: 1261169.
HSL color Cylindrical-coordinate representation of color #713E13: hue angle of 27.45º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #713E13 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 19 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.56 |
| HSL | 27.45º | 0.71% | 0.26% | - |
| HSV(B) | 27.45º | 0.83% | 0.44% | - |
| XYZ | 8.65 | 7 | 1.51 | - |
| YUV | 72.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 19 | 0 | 0.45 | 0.83 | 0.56 | 27.45 | 0.71 | 0.26 |
| Hex | 71 | 3E | 13 | 0 | 2D | 53 | 38 | 1B | 47 | 1A |
| Octal | 161 | 76 | 23 | 0 | 55 | 123 | 70 | 33 | 107 | 32 |
| Binary | 1110001 | 111110 | 10011 | 0 | 101101 | 1010011 | 111000 | 11011 | 1000111 | 11010 |
Color Harmonies of #713E13
Complementary color
Monochromatic Colors of #713E13
Black with #713E13
Text Example
Text Example
White with #713E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E13; }
p { color: rgb(113,62,19); }
H1.HeaderClassName
{
color: #713E13;
}
.AnyTagClassName
{
color: #713E13;
}
</style>
background-color css
<style>
a { background-color: #713E13; }
a { background-color: rgb(113,62,19); }
div.DivClassName
{
background-color: #713E13;
}
.BgClassName
{
background-color: #713E13;
}
</style>
border-color css
<style>
span { border-color: #713E13; }
span { border-color: rgb(113,62,19); }
td.TdClassName
{
border-color: #713E13;
}
.TagClassName
{
border-color: #713E13;
}
</style>