Shades of Peru Tan #713F24
Tints of Peru Tan #713F24
RGB
CMYK
RGB Variations
Color information
#713F24 (or 0x713F24) is known color: Peru Tan. HEX triplet: 71, 3F and 24. RGB value is (113,63,36). Sum of RGB (Red+Green+Blue) = 113+63+36=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F24 is #8EC0DB. Grayscale: #4B4B4B. Windows color (decimal): -9355484 or 2375537. OLE color: 2375537.
HSL color Cylindrical-coordinate representation of color #713F24: hue angle of 21.04º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713F24 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 36 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.56 |
| HSL | 21.04º | 0.52% | 0.29% | - |
| HSV(B) | 21.04º | 0.68% | 0.44% | - |
| XYZ | 8.91 | 7.19 | 2.59 | - |
| YUV | 74.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 36 | 0 | 0.44 | 0.68 | 0.56 | 21.04 | 0.52 | 0.29 |
| Hex | 71 | 3F | 24 | 0 | 2C | 44 | 38 | 15 | 34 | 1D |
| Octal | 161 | 77 | 44 | 0 | 54 | 104 | 70 | 25 | 64 | 35 |
| Binary | 1110001 | 111111 | 100100 | 0 | 101100 | 1000100 | 111000 | 10101 | 110100 | 11101 |
Color Harmonies of #713F24
Complementary color
Monochromatic Colors of #713F24
Black with #713F24
Text Example
Text Example
White with #713F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F24; }
p { color: rgb(113,63,36); }
H1.HeaderClassName
{
color: #713F24;
}
.AnyTagClassName
{
color: #713F24;
}
</style>
background-color css
<style>
a { background-color: #713F24; }
a { background-color: rgb(113,63,36); }
div.DivClassName
{
background-color: #713F24;
}
.BgClassName
{
background-color: #713F24;
}
</style>
border-color css
<style>
span { border-color: #713F24; }
span { border-color: rgb(113,63,36); }
td.TdClassName
{
border-color: #713F24;
}
.TagClassName
{
border-color: #713F24;
}
</style>