Shades of Peru Tan #71391F
Tints of Peru Tan #71391F
RGB
CMYK
RGB Variations
Color information
#71391F (or 0x71391F) is known color: Peru Tan. HEX triplet: 71, 39 and 1F. RGB value is (113,57,31). Sum of RGB (Red+Green+Blue) = 113+57+31=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #71391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71391F is #8EC6E0. Grayscale: #464646. Windows color (decimal): -9357025 or 2046321. OLE color: 2046321.
HSL color Cylindrical-coordinate representation of color #71391F: hue angle of 19.02º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71391F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 31 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.56 |
| HSL | 19.02º | 0.57% | 0.28% | - |
| HSV(B) | 19.02º | 0.73% | 0.44% | - |
| XYZ | 8.52 | 6.54 | 2.11 | - |
| YUV | 70.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 31 | 0 | 0.50 | 0.73 | 0.56 | 19.02 | 0.57 | 0.28 |
| Hex | 71 | 39 | 1F | 0 | 32 | 49 | 38 | 13 | 39 | 1C |
| Octal | 161 | 71 | 37 | 0 | 62 | 111 | 70 | 23 | 71 | 34 |
| Binary | 1110001 | 111001 | 11111 | 0 | 110010 | 1001001 | 111000 | 10011 | 111001 | 11100 |
Color Harmonies of #71391F
Complementary color
Monochromatic Colors of #71391F
Black with #71391F
Text Example
Text Example
White with #71391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71391F; }
p { color: rgb(113,57,31); }
H1.HeaderClassName
{
color: #71391F;
}
.AnyTagClassName
{
color: #71391F;
}
</style>
background-color css
<style>
a { background-color: #71391F; }
a { background-color: rgb(113,57,31); }
div.DivClassName
{
background-color: #71391F;
}
.BgClassName
{
background-color: #71391F;
}
</style>
border-color css
<style>
span { border-color: #71391F; }
span { border-color: rgb(113,57,31); }
td.TdClassName
{
border-color: #71391F;
}
.TagClassName
{
border-color: #71391F;
}
</style>