Shades of Peru Tan #713E19
Tints of Peru Tan #713E19
RGB
CMYK
RGB Variations
Color information
#713E19 (or 0x713E19) is known color: Peru Tan. HEX triplet: 71, 3E and 19. RGB value is (113,62,25). Sum of RGB (Red+Green+Blue) = 113+62+25=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E19 is #8EC1E6. Grayscale: #494949. Windows color (decimal): -9355751 or 1654385. OLE color: 1654385.
HSL color Cylindrical-coordinate representation of color #713E19: hue angle of 25.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #713E19 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 25 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.56 |
| HSL | 25.23º | 0.64% | 0.27% | - |
| HSV(B) | 25.23º | 0.78% | 0.44% | - |
| XYZ | 8.71 | 7.03 | 1.82 | - |
| YUV | 73.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 25 | 0 | 0.45 | 0.78 | 0.56 | 25.23 | 0.64 | 0.27 |
| Hex | 71 | 3E | 19 | 0 | 2D | 4E | 38 | 19 | 40 | 1B |
| Octal | 161 | 76 | 31 | 0 | 55 | 116 | 70 | 31 | 100 | 33 |
| Binary | 1110001 | 111110 | 11001 | 0 | 101101 | 1001110 | 111000 | 11001 | 1000000 | 11011 |
Color Harmonies of #713E19
Complementary color
Monochromatic Colors of #713E19
Black with #713E19
Text Example
Text Example
White with #713E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E19; }
p { color: rgb(113,62,25); }
H1.HeaderClassName
{
color: #713E19;
}
.AnyTagClassName
{
color: #713E19;
}
</style>
background-color css
<style>
a { background-color: #713E19; }
a { background-color: rgb(113,62,25); }
div.DivClassName
{
background-color: #713E19;
}
.BgClassName
{
background-color: #713E19;
}
</style>
border-color css
<style>
span { border-color: #713E19; }
span { border-color: rgb(113,62,25); }
td.TdClassName
{
border-color: #713E19;
}
.TagClassName
{
border-color: #713E19;
}
</style>