Shades of Peru Tan #71381D
Tints of Peru Tan #71381D
RGB
CMYK
RGB Variations
Color information
#71381D (or 0x71381D) is known color: Peru Tan. HEX triplet: 71, 38 and 1D. RGB value is (113,56,29). Sum of RGB (Red+Green+Blue) = 113+56+29=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71381D is #8EC7E2. Grayscale: #464646. Windows color (decimal): -9357283 or 1914993. OLE color: 1914993.
HSL color Cylindrical-coordinate representation of color #71381D: hue angle of 19.29º 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 #71381D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 29 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.56 |
| HSL | 19.29º | 0.59% | 0.28% | - |
| HSV(B) | 19.29º | 0.74% | 0.44% | - |
| XYZ | 8.45 | 6.43 | 1.96 | - |
| YUV | 69.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 29 | 0 | 0.50 | 0.74 | 0.56 | 19.29 | 0.59 | 0.28 |
| Hex | 71 | 38 | 1D | 0 | 32 | 4A | 38 | 13 | 3B | 1C |
| Octal | 161 | 70 | 35 | 0 | 62 | 112 | 70 | 23 | 73 | 34 |
| Binary | 1110001 | 111000 | 11101 | 0 | 110010 | 1001010 | 111000 | 10011 | 111011 | 11100 |
Color Harmonies of #71381D
Complementary color
Monochromatic Colors of #71381D
Black with #71381D
Text Example
Text Example
White with #71381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71381D; }
p { color: rgb(113,56,29); }
H1.HeaderClassName
{
color: #71381D;
}
.AnyTagClassName
{
color: #71381D;
}
</style>
background-color css
<style>
a { background-color: #71381D; }
a { background-color: rgb(113,56,29); }
div.DivClassName
{
background-color: #71381D;
}
.BgClassName
{
background-color: #71381D;
}
</style>
border-color css
<style>
span { border-color: #71381D; }
span { border-color: rgb(113,56,29); }
td.TdClassName
{
border-color: #71381D;
}
.TagClassName
{
border-color: #71381D;
}
</style>