Shades of Peru Tan #712E0F
Tints of Peru Tan #712E0F
RGB
CMYK
RGB Variations
Color information
#712E0F (or 0x712E0F) is known color: Peru Tan. HEX triplet: 71, 2E and 0F. RGB value is (113,46,15). Sum of RGB (Red+Green+Blue) = 113+46+15=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #712E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E0F is #8ED1F0. Grayscale: #3E3E3E. Windows color (decimal): -9359857 or 994929. OLE color: 994929.
HSL color Cylindrical-coordinate representation of color #712E0F: hue angle of 18.98º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #712E0F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 15 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.56 |
| HSL | 18.98º | 0.77% | 0.25% | - |
| HSV(B) | 18.98º | 0.87% | 0.44% | - |
| XYZ | 7.87 | 5.5 | 1.1 | - |
| YUV | 62.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 15 | 0 | 0.59 | 0.87 | 0.56 | 18.98 | 0.77 | 0.25 |
| Hex | 71 | 2E | F | 0 | 3B | 57 | 38 | 13 | 4D | 19 |
| Octal | 161 | 56 | 17 | 0 | 73 | 127 | 70 | 23 | 115 | 31 |
| Binary | 1110001 | 101110 | 1111 | 0 | 111011 | 1010111 | 111000 | 10011 | 1001101 | 11001 |
Color Harmonies of #712E0F
Complementary color
Monochromatic Colors of #712E0F
Black with #712E0F
Text Example
Text Example
White with #712E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E0F; }
p { color: rgb(113,46,15); }
H1.HeaderClassName
{
color: #712E0F;
}
.AnyTagClassName
{
color: #712E0F;
}
</style>
background-color css
<style>
a { background-color: #712E0F; }
a { background-color: rgb(113,46,15); }
div.DivClassName
{
background-color: #712E0F;
}
.BgClassName
{
background-color: #712E0F;
}
</style>
border-color css
<style>
span { border-color: #712E0F; }
span { border-color: rgb(113,46,15); }
td.TdClassName
{
border-color: #712E0F;
}
.TagClassName
{
border-color: #712E0F;
}
</style>