Shades of Peru Tan #713D15
Tints of Peru Tan #713D15
RGB
CMYK
RGB Variations
Color information
#713D15 (or 0x713D15) is known color: Peru Tan. HEX triplet: 71, 3D and 15. RGB value is (113,61,21). Sum of RGB (Red+Green+Blue) = 113+61+21=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D15 is #8EC2EA. Grayscale: #484848. Windows color (decimal): -9356011 or 1391985. OLE color: 1391985.
HSL color Cylindrical-coordinate representation of color #713D15: hue angle of 26.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #713D15 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 21 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.56 |
| HSL | 26.09º | 0.69% | 0.26% | - |
| HSV(B) | 26.09º | 0.81% | 0.44% | - |
| XYZ | 8.61 | 6.9 | 1.59 | - |
| YUV | 71.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 21 | 0 | 0.46 | 0.81 | 0.56 | 26.09 | 0.69 | 0.26 |
| Hex | 71 | 3D | 15 | 0 | 2E | 51 | 38 | 1A | 45 | 1A |
| Octal | 161 | 75 | 25 | 0 | 56 | 121 | 70 | 32 | 105 | 32 |
| Binary | 1110001 | 111101 | 10101 | 0 | 101110 | 1010001 | 111000 | 11010 | 1000101 | 11010 |
Color Harmonies of #713D15
Complementary color
Monochromatic Colors of #713D15
Black with #713D15
Text Example
Text Example
White with #713D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D15; }
p { color: rgb(113,61,21); }
H1.HeaderClassName
{
color: #713D15;
}
.AnyTagClassName
{
color: #713D15;
}
</style>
background-color css
<style>
a { background-color: #713D15; }
a { background-color: rgb(113,61,21); }
div.DivClassName
{
background-color: #713D15;
}
.BgClassName
{
background-color: #713D15;
}
</style>
border-color css
<style>
span { border-color: #713D15; }
span { border-color: rgb(113,61,21); }
td.TdClassName
{
border-color: #713D15;
}
.TagClassName
{
border-color: #713D15;
}
</style>