Shades of Peru Tan #713F22
Tints of Peru Tan #713F22
RGB
CMYK
RGB Variations
Color information
#713F22 (or 0x713F22) is known color: Peru Tan. HEX triplet: 71, 3F and 22. RGB value is (113,63,34). Sum of RGB (Red+Green+Blue) = 113+63+34=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F22 is #8EC0DD. Grayscale: #4A4A4A. Windows color (decimal): -9355486 or 2244465. OLE color: 2244465.
HSL color Cylindrical-coordinate representation of color #713F22: hue angle of 22.03º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713F22 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 34 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.56 |
| HSL | 22.03º | 0.54% | 0.29% | - |
| HSV(B) | 22.03º | 0.7% | 0.44% | - |
| XYZ | 8.88 | 7.18 | 2.43 | - |
| YUV | 74.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 34 | 0 | 0.44 | 0.70 | 0.56 | 22.03 | 0.54 | 0.29 |
| Hex | 71 | 3F | 22 | 0 | 2C | 46 | 38 | 16 | 36 | 1D |
| Octal | 161 | 77 | 42 | 0 | 54 | 106 | 70 | 26 | 66 | 35 |
| Binary | 1110001 | 111111 | 100010 | 0 | 101100 | 1000110 | 111000 | 10110 | 110110 | 11101 |
Color Harmonies of #713F22
Complementary color
Monochromatic Colors of #713F22
Black with #713F22
Text Example
Text Example
White with #713F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F22; }
p { color: rgb(113,63,34); }
H1.HeaderClassName
{
color: #713F22;
}
.AnyTagClassName
{
color: #713F22;
}
</style>
background-color css
<style>
a { background-color: #713F22; }
a { background-color: rgb(113,63,34); }
div.DivClassName
{
background-color: #713F22;
}
.BgClassName
{
background-color: #713F22;
}
</style>
border-color css
<style>
span { border-color: #713F22; }
span { border-color: rgb(113,63,34); }
td.TdClassName
{
border-color: #713F22;
}
.TagClassName
{
border-color: #713F22;
}
</style>