Shades of Peru Tan #712F0E
Tints of Peru Tan #712F0E
RGB
CMYK
RGB Variations
Color information
#712F0E (or 0x712F0E) is known color: Peru Tan. HEX triplet: 71, 2F and 0E. RGB value is (113,47,14). Sum of RGB (Red+Green+Blue) = 113+47+14=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F0E is #8ED0F1. Grayscale: #3F3F3F. Windows color (decimal): -9359602 or 929649. OLE color: 929649.
HSL color Cylindrical-coordinate representation of color #712F0E: hue angle of 20º 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 #712F0E is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 14 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.56 |
| HSL | 20º | 0.78% | 0.25% | - |
| HSV(B) | 20º | 0.88% | 0.44% | - |
| XYZ | 7.91 | 5.58 | 1.07 | - |
| YUV | 62.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 14 | 0 | 0.58 | 0.88 | 0.56 | 20 | 0.78 | 0.25 |
| Hex | 71 | 2F | E | 0 | 3A | 58 | 38 | 14 | 4E | 19 |
| Octal | 161 | 57 | 16 | 0 | 72 | 130 | 70 | 24 | 116 | 31 |
| Binary | 1110001 | 101111 | 1110 | 0 | 111010 | 1011000 | 111000 | 10100 | 1001110 | 11001 |
Color Harmonies of #712F0E
Complementary color
Monochromatic Colors of #712F0E
Black with #712F0E
Text Example
Text Example
White with #712F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F0E; }
p { color: rgb(113,47,14); }
H1.HeaderClassName
{
color: #712F0E;
}
.AnyTagClassName
{
color: #712F0E;
}
</style>
background-color css
<style>
a { background-color: #712F0E; }
a { background-color: rgb(113,47,14); }
div.DivClassName
{
background-color: #712F0E;
}
.BgClassName
{
background-color: #712F0E;
}
</style>
border-color css
<style>
span { border-color: #712F0E; }
span { border-color: rgb(113,47,14); }
td.TdClassName
{
border-color: #712F0E;
}
.TagClassName
{
border-color: #712F0E;
}
</style>