Shades of Peru Tan #712D12
Tints of Peru Tan #712D12
RGB
CMYK
RGB Variations
Color information
#712D12 (or 0x712D12) is known color: Peru Tan. HEX triplet: 71, 2D and 12. RGB value is (113,45,18). Sum of RGB (Red+Green+Blue) = 113+45+18=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #712D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D12 is #8ED2ED. Grayscale: #3E3E3E. Windows color (decimal): -9360110 or 1191281. OLE color: 1191281.
HSL color Cylindrical-coordinate representation of color #712D12: hue angle of 17.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #712D12 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 18 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.56 |
| HSL | 17.05º | 0.73% | 0.26% | - |
| HSV(B) | 17.05º | 0.84% | 0.44% | - |
| XYZ | 7.86 | 5.43 | 1.21 | - |
| YUV | 62.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 18 | 0 | 0.60 | 0.84 | 0.56 | 17.05 | 0.73 | 0.26 |
| Hex | 71 | 2D | 12 | 0 | 3C | 54 | 38 | 11 | 49 | 1A |
| Octal | 161 | 55 | 22 | 0 | 74 | 124 | 70 | 21 | 111 | 32 |
| Binary | 1110001 | 101101 | 10010 | 0 | 111100 | 1010100 | 111000 | 10001 | 1001001 | 11010 |
Color Harmonies of #712D12
Complementary color
Monochromatic Colors of #712D12
Black with #712D12
Text Example
Text Example
White with #712D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D12; }
p { color: rgb(113,45,18); }
H1.HeaderClassName
{
color: #712D12;
}
.AnyTagClassName
{
color: #712D12;
}
</style>
background-color css
<style>
a { background-color: #712D12; }
a { background-color: rgb(113,45,18); }
div.DivClassName
{
background-color: #712D12;
}
.BgClassName
{
background-color: #712D12;
}
</style>
border-color css
<style>
span { border-color: #712D12; }
span { border-color: rgb(113,45,18); }
td.TdClassName
{
border-color: #712D12;
}
.TagClassName
{
border-color: #712D12;
}
</style>