Shades of Peru Tan #712E0D
Tints of Peru Tan #712E0D
RGB
CMYK
RGB Variations
Color information
#712E0D (or 0x712E0D) is known color: Peru Tan. HEX triplet: 71, 2E and 0D. RGB value is (113,46,13). Sum of RGB (Red+Green+Blue) = 113+46+13=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E0D is #8ED1F2. Grayscale: #3E3E3E. Windows color (decimal): -9359859 or 863857. OLE color: 863857.
HSL color Cylindrical-coordinate representation of color #712E0D: hue angle of 19.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #712E0D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 13 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.56 |
| HSL | 19.8º | 0.79% | 0.25% | - |
| HSV(B) | 19.8º | 0.88% | 0.44% | - |
| XYZ | 7.86 | 5.49 | 1.03 | - |
| YUV | 62.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 13 | 0 | 0.59 | 0.88 | 0.56 | 19.8 | 0.79 | 0.25 |
| Hex | 71 | 2E | D | 0 | 3B | 58 | 38 | 14 | 4F | 19 |
| Octal | 161 | 56 | 15 | 0 | 73 | 130 | 70 | 24 | 117 | 31 |
| Binary | 1110001 | 101110 | 1101 | 0 | 111011 | 1011000 | 111000 | 10100 | 1001111 | 11001 |
Color Harmonies of #712E0D
Complementary color
Monochromatic Colors of #712E0D
Black with #712E0D
Text Example
Text Example
White with #712E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E0D; }
p { color: rgb(113,46,13); }
H1.HeaderClassName
{
color: #712E0D;
}
.AnyTagClassName
{
color: #712E0D;
}
</style>
background-color css
<style>
a { background-color: #712E0D; }
a { background-color: rgb(113,46,13); }
div.DivClassName
{
background-color: #712E0D;
}
.BgClassName
{
background-color: #712E0D;
}
</style>
border-color css
<style>
span { border-color: #712E0D; }
span { border-color: rgb(113,46,13); }
td.TdClassName
{
border-color: #712E0D;
}
.TagClassName
{
border-color: #712E0D;
}
</style>