Shades of Peru Tan #713E17
Tints of Peru Tan #713E17
RGB
CMYK
RGB Variations
Color information
#713E17 (or 0x713E17) is known color: Peru Tan. HEX triplet: 71, 3E and 17. RGB value is (113,62,23). Sum of RGB (Red+Green+Blue) = 113+62+23=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E17 is #8EC1E8. Grayscale: #494949. Windows color (decimal): -9355753 or 1523313. OLE color: 1523313.
HSL color Cylindrical-coordinate representation of color #713E17: hue angle of 26º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #713E17 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 23 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.56 |
| HSL | 26º | 0.66% | 0.27% | - |
| HSV(B) | 26º | 0.8% | 0.44% | - |
| XYZ | 8.69 | 7.02 | 1.71 | - |
| YUV | 72.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 23 | 0 | 0.45 | 0.80 | 0.56 | 26 | 0.66 | 0.27 |
| Hex | 71 | 3E | 17 | 0 | 2D | 50 | 38 | 1A | 42 | 1B |
| Octal | 161 | 76 | 27 | 0 | 55 | 120 | 70 | 32 | 102 | 33 |
| Binary | 1110001 | 111110 | 10111 | 0 | 101101 | 1010000 | 111000 | 11010 | 1000010 | 11011 |
Color Harmonies of #713E17
Complementary color
Monochromatic Colors of #713E17
Black with #713E17
Text Example
Text Example
White with #713E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E17; }
p { color: rgb(113,62,23); }
H1.HeaderClassName
{
color: #713E17;
}
.AnyTagClassName
{
color: #713E17;
}
</style>
background-color css
<style>
a { background-color: #713E17; }
a { background-color: rgb(113,62,23); }
div.DivClassName
{
background-color: #713E17;
}
.BgClassName
{
background-color: #713E17;
}
</style>
border-color css
<style>
span { border-color: #713E17; }
span { border-color: rgb(113,62,23); }
td.TdClassName
{
border-color: #713E17;
}
.TagClassName
{
border-color: #713E17;
}
</style>