Shades of Peru Tan #713F21
Tints of Peru Tan #713F21
RGB
CMYK
RGB Variations
Color information
#713F21 (or 0x713F21) is known color: Peru Tan. HEX triplet: 71, 3F and 21. RGB value is (113,63,33). Sum of RGB (Red+Green+Blue) = 113+63+33=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F21 is #8EC0DE. Grayscale: #4A4A4A. Windows color (decimal): -9355487 or 2178929. OLE color: 2178929.
HSL color Cylindrical-coordinate representation of color #713F21: hue angle of 22.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713F21 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 33 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.56 |
| HSL | 22.5º | 0.55% | 0.29% | - |
| HSV(B) | 22.5º | 0.71% | 0.44% | - |
| XYZ | 8.86 | 7.18 | 2.36 | - |
| YUV | 74.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 33 | 0 | 0.44 | 0.71 | 0.56 | 22.5 | 0.55 | 0.29 |
| Hex | 71 | 3F | 21 | 0 | 2C | 47 | 38 | 16 | 37 | 1D |
| Octal | 161 | 77 | 41 | 0 | 54 | 107 | 70 | 26 | 67 | 35 |
| Binary | 1110001 | 111111 | 100001 | 0 | 101100 | 1000111 | 111000 | 10110 | 110111 | 11101 |
Color Harmonies of #713F21
Complementary color
Monochromatic Colors of #713F21
Black with #713F21
Text Example
Text Example
White with #713F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F21; }
p { color: rgb(113,63,33); }
H1.HeaderClassName
{
color: #713F21;
}
.AnyTagClassName
{
color: #713F21;
}
</style>
background-color css
<style>
a { background-color: #713F21; }
a { background-color: rgb(113,63,33); }
div.DivClassName
{
background-color: #713F21;
}
.BgClassName
{
background-color: #713F21;
}
</style>
border-color css
<style>
span { border-color: #713F21; }
span { border-color: rgb(113,63,33); }
td.TdClassName
{
border-color: #713F21;
}
.TagClassName
{
border-color: #713F21;
}
</style>