Shades of Peru Tan #71391D
Tints of Peru Tan #71391D
RGB
CMYK
RGB Variations
Color information
#71391D (or 0x71391D) is known color: Peru Tan. HEX triplet: 71, 39 and 1D. RGB value is (113,57,29). Sum of RGB (Red+Green+Blue) = 113+57+29=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71391D is #8EC6E2. Grayscale: #464646. Windows color (decimal): -9357027 or 1915249. OLE color: 1915249.
HSL color Cylindrical-coordinate representation of color #71391D: hue angle of 20º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71391D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 29 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.56 |
| HSL | 20º | 0.59% | 0.28% | - |
| HSV(B) | 20º | 0.74% | 0.44% | - |
| XYZ | 8.49 | 6.53 | 1.97 | - |
| YUV | 70.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 29 | 0 | 0.50 | 0.74 | 0.56 | 20 | 0.59 | 0.28 |
| Hex | 71 | 39 | 1D | 0 | 32 | 4A | 38 | 14 | 3B | 1C |
| Octal | 161 | 71 | 35 | 0 | 62 | 112 | 70 | 24 | 73 | 34 |
| Binary | 1110001 | 111001 | 11101 | 0 | 110010 | 1001010 | 111000 | 10100 | 111011 | 11100 |
Color Harmonies of #71391D
Complementary color
Monochromatic Colors of #71391D
Black with #71391D
Text Example
Text Example
White with #71391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71391D; }
p { color: rgb(113,57,29); }
H1.HeaderClassName
{
color: #71391D;
}
.AnyTagClassName
{
color: #71391D;
}
</style>
background-color css
<style>
a { background-color: #71391D; }
a { background-color: rgb(113,57,29); }
div.DivClassName
{
background-color: #71391D;
}
.BgClassName
{
background-color: #71391D;
}
</style>
border-color css
<style>
span { border-color: #71391D; }
span { border-color: rgb(113,57,29); }
td.TdClassName
{
border-color: #71391D;
}
.TagClassName
{
border-color: #71391D;
}
</style>