Shades of Peru Tan #713D20
Tints of Peru Tan #713D20
RGB
CMYK
RGB Variations
Color information
#713D20 (or 0x713D20) is known color: Peru Tan. HEX triplet: 71, 3D and 20. RGB value is (113,61,32). Sum of RGB (Red+Green+Blue) = 113+61+32=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D20 is #8EC2DF. Grayscale: #494949. Windows color (decimal): -9356000 or 2112881. OLE color: 2112881.
HSL color Cylindrical-coordinate representation of color #713D20: hue angle of 21.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713D20 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 32 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.56 |
| HSL | 21.48º | 0.56% | 0.28% | - |
| HSV(B) | 21.48º | 0.72% | 0.44% | - |
| XYZ | 8.74 | 6.95 | 2.25 | - |
| YUV | 73.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 32 | 0 | 0.46 | 0.72 | 0.56 | 21.48 | 0.56 | 0.28 |
| Hex | 71 | 3D | 20 | 0 | 2E | 48 | 38 | 15 | 38 | 1C |
| Octal | 161 | 75 | 40 | 0 | 56 | 110 | 70 | 25 | 70 | 34 |
| Binary | 1110001 | 111101 | 100000 | 0 | 101110 | 1001000 | 111000 | 10101 | 111000 | 11100 |
Color Harmonies of #713D20
Complementary color
Monochromatic Colors of #713D20
Black with #713D20
Text Example
Text Example
White with #713D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D20; }
p { color: rgb(113,61,32); }
H1.HeaderClassName
{
color: #713D20;
}
.AnyTagClassName
{
color: #713D20;
}
</style>
background-color css
<style>
a { background-color: #713D20; }
a { background-color: rgb(113,61,32); }
div.DivClassName
{
background-color: #713D20;
}
.BgClassName
{
background-color: #713D20;
}
</style>
border-color css
<style>
span { border-color: #713D20; }
span { border-color: rgb(113,61,32); }
td.TdClassName
{
border-color: #713D20;
}
.TagClassName
{
border-color: #713D20;
}
</style>