Shades of Peru Tan #713C14
Tints of Peru Tan #713C14
RGB
CMYK
RGB Variations
Color information
#713C14 (or 0x713C14) is known color: Peru Tan. HEX triplet: 71, 3C and 14. RGB value is (113,60,20). Sum of RGB (Red+Green+Blue) = 113+60+20=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #713C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C14 is #8EC3EB. Grayscale: #474747. Windows color (decimal): -9356268 or 1326193. OLE color: 1326193.
HSL color Cylindrical-coordinate representation of color #713C14: hue angle of 25.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #713C14 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 20 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.56 |
| HSL | 25.81º | 0.7% | 0.26% | - |
| HSV(B) | 25.81º | 0.82% | 0.44% | - |
| XYZ | 8.55 | 6.79 | 1.52 | - |
| YUV | 71.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 20 | 0 | 0.47 | 0.82 | 0.56 | 25.81 | 0.7 | 0.26 |
| Hex | 71 | 3C | 14 | 0 | 2F | 52 | 38 | 1A | 46 | 1A |
| Octal | 161 | 74 | 24 | 0 | 57 | 122 | 70 | 32 | 106 | 32 |
| Binary | 1110001 | 111100 | 10100 | 0 | 101111 | 1010010 | 111000 | 11010 | 1000110 | 11010 |
Color Harmonies of #713C14
Complementary color
Monochromatic Colors of #713C14
Black with #713C14
Text Example
Text Example
White with #713C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C14; }
p { color: rgb(113,60,20); }
H1.HeaderClassName
{
color: #713C14;
}
.AnyTagClassName
{
color: #713C14;
}
</style>
background-color css
<style>
a { background-color: #713C14; }
a { background-color: rgb(113,60,20); }
div.DivClassName
{
background-color: #713C14;
}
.BgClassName
{
background-color: #713C14;
}
</style>
border-color css
<style>
span { border-color: #713C14; }
span { border-color: rgb(113,60,20); }
td.TdClassName
{
border-color: #713C14;
}
.TagClassName
{
border-color: #713C14;
}
</style>