Shades of Peru Tan #713F17
Tints of Peru Tan #713F17
RGB
CMYK
RGB Variations
Color information
#713F17 (or 0x713F17) is known color: Peru Tan. HEX triplet: 71, 3F and 17. RGB value is (113,63,23). Sum of RGB (Red+Green+Blue) = 113+63+23=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F17 is #8EC0E8. Grayscale: #494949. Windows color (decimal): -9355497 or 1523569. OLE color: 1523569.
HSL color Cylindrical-coordinate representation of color #713F17: hue angle of 26.67º 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 #713F17 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 23 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.56 |
| HSL | 26.67º | 0.66% | 0.27% | - |
| HSV(B) | 26.67º | 0.8% | 0.44% | - |
| XYZ | 8.74 | 7.13 | 1.73 | - |
| YUV | 73.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 23 | 0 | 0.44 | 0.80 | 0.56 | 26.67 | 0.66 | 0.27 |
| Hex | 71 | 3F | 17 | 0 | 2C | 50 | 38 | 1B | 42 | 1B |
| Octal | 161 | 77 | 27 | 0 | 54 | 120 | 70 | 33 | 102 | 33 |
| Binary | 1110001 | 111111 | 10111 | 0 | 101100 | 1010000 | 111000 | 11011 | 1000010 | 11011 |
Color Harmonies of #713F17
Complementary color
Monochromatic Colors of #713F17
Black with #713F17
Text Example
Text Example
White with #713F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F17; }
p { color: rgb(113,63,23); }
H1.HeaderClassName
{
color: #713F17;
}
.AnyTagClassName
{
color: #713F17;
}
</style>
background-color css
<style>
a { background-color: #713F17; }
a { background-color: rgb(113,63,23); }
div.DivClassName
{
background-color: #713F17;
}
.BgClassName
{
background-color: #713F17;
}
</style>
border-color css
<style>
span { border-color: #713F17; }
span { border-color: rgb(113,63,23); }
td.TdClassName
{
border-color: #713F17;
}
.TagClassName
{
border-color: #713F17;
}
</style>