Shades of Peru Tan #712D11
Tints of Peru Tan #712D11
RGB
CMYK
RGB Variations
Color information
#712D11 (or 0x712D11) is known color: Peru Tan. HEX triplet: 71, 2D and 11. RGB value is (113,45,17). Sum of RGB (Red+Green+Blue) = 113+45+17=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D11 is #8ED2EE. Grayscale: #3E3E3E. Windows color (decimal): -9360111 or 1125745. OLE color: 1125745.
HSL color Cylindrical-coordinate representation of color #712D11: hue angle of 17.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712D11 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 17 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.56 |
| HSL | 17.5º | 0.74% | 0.25% | - |
| HSV(B) | 17.5º | 0.85% | 0.44% | - |
| XYZ | 7.85 | 5.43 | 1.16 | - |
| YUV | 62.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 17 | 0 | 0.60 | 0.85 | 0.56 | 17.5 | 0.74 | 0.25 |
| Hex | 71 | 2D | 11 | 0 | 3C | 55 | 38 | 12 | 4A | 19 |
| Octal | 161 | 55 | 21 | 0 | 74 | 125 | 70 | 22 | 112 | 31 |
| Binary | 1110001 | 101101 | 10001 | 0 | 111100 | 1010101 | 111000 | 10010 | 1001010 | 11001 |
Color Harmonies of #712D11
Complementary color
Monochromatic Colors of #712D11
Black with #712D11
Text Example
Text Example
White with #712D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D11; }
p { color: rgb(113,45,17); }
H1.HeaderClassName
{
color: #712D11;
}
.AnyTagClassName
{
color: #712D11;
}
</style>
background-color css
<style>
a { background-color: #712D11; }
a { background-color: rgb(113,45,17); }
div.DivClassName
{
background-color: #712D11;
}
.BgClassName
{
background-color: #712D11;
}
</style>
border-color css
<style>
span { border-color: #712D11; }
span { border-color: rgb(113,45,17); }
td.TdClassName
{
border-color: #712D11;
}
.TagClassName
{
border-color: #712D11;
}
</style>