Shades of Peru Tan #712C0E
Tints of Peru Tan #712C0E
RGB
CMYK
RGB Variations
Color information
#712C0E (or 0x712C0E) is known color: Peru Tan. HEX triplet: 71, 2C and 0E. RGB value is (113,44,14). Sum of RGB (Red+Green+Blue) = 113+44+14=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C0E is #8ED3F1. Grayscale: #3D3D3D. Windows color (decimal): -9360370 or 928881. OLE color: 928881.
HSL color Cylindrical-coordinate representation of color #712C0E: hue angle of 18.18º degrees, saturation: 0.78, 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 #712C0E is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 14 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.56 |
| HSL | 18.18º | 0.78% | 0.25% | - |
| HSV(B) | 18.18º | 0.88% | 0.44% | - |
| XYZ | 7.79 | 5.34 | 1.04 | - |
| YUV | 61.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 14 | 0 | 0.61 | 0.88 | 0.56 | 18.18 | 0.78 | 0.25 |
| Hex | 71 | 2C | E | 0 | 3D | 58 | 38 | 12 | 4E | 19 |
| Octal | 161 | 54 | 16 | 0 | 75 | 130 | 70 | 22 | 116 | 31 |
| Binary | 1110001 | 101100 | 1110 | 0 | 111101 | 1011000 | 111000 | 10010 | 1001110 | 11001 |
Color Harmonies of #712C0E
Complementary color
Monochromatic Colors of #712C0E
Black with #712C0E
Text Example
Text Example
White with #712C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C0E; }
p { color: rgb(113,44,14); }
H1.HeaderClassName
{
color: #712C0E;
}
.AnyTagClassName
{
color: #712C0E;
}
</style>
background-color css
<style>
a { background-color: #712C0E; }
a { background-color: rgb(113,44,14); }
div.DivClassName
{
background-color: #712C0E;
}
.BgClassName
{
background-color: #712C0E;
}
</style>
border-color css
<style>
span { border-color: #712C0E; }
span { border-color: rgb(113,44,14); }
td.TdClassName
{
border-color: #712C0E;
}
.TagClassName
{
border-color: #712C0E;
}
</style>