Shades of Peru Tan #71350E
Tints of Peru Tan #71350E
RGB
CMYK
RGB Variations
Color information
#71350E (or 0x71350E) is known color: Peru Tan. HEX triplet: 71, 35 and 0E. RGB value is (113,53,14). Sum of RGB (Red+Green+Blue) = 113+53+14=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71350E is #8ECAF1. Grayscale: #424242. Windows color (decimal): -9358066 or 931185. OLE color: 931185.
HSL color Cylindrical-coordinate representation of color #71350E: hue angle of 23.64º 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 #71350E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 14 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.56 |
| HSL | 23.64º | 0.78% | 0.25% | - |
| HSV(B) | 23.64º | 0.88% | 0.44% | - |
| XYZ | 8.16 | 6.09 | 1.16 | - |
| YUV | 66.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 14 | 0 | 0.53 | 0.88 | 0.56 | 23.64 | 0.78 | 0.25 |
| Hex | 71 | 35 | E | 0 | 35 | 58 | 38 | 18 | 4E | 19 |
| Octal | 161 | 65 | 16 | 0 | 65 | 130 | 70 | 30 | 116 | 31 |
| Binary | 1110001 | 110101 | 1110 | 0 | 110101 | 1011000 | 111000 | 11000 | 1001110 | 11001 |
Color Harmonies of #71350E
Complementary color
Monochromatic Colors of #71350E
Black with #71350E
Text Example
Text Example
White with #71350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71350E; }
p { color: rgb(113,53,14); }
H1.HeaderClassName
{
color: #71350E;
}
.AnyTagClassName
{
color: #71350E;
}
</style>
background-color css
<style>
a { background-color: #71350E; }
a { background-color: rgb(113,53,14); }
div.DivClassName
{
background-color: #71350E;
}
.BgClassName
{
background-color: #71350E;
}
</style>
border-color css
<style>
span { border-color: #71350E; }
span { border-color: rgb(113,53,14); }
td.TdClassName
{
border-color: #71350E;
}
.TagClassName
{
border-color: #71350E;
}
</style>