Shades of Peru Tan #713F1B
Tints of Peru Tan #713F1B
RGB
CMYK
RGB Variations
Color information
#713F1B (or 0x713F1B) is known color: Peru Tan. HEX triplet: 71, 3F and 1B. RGB value is (113,63,27). Sum of RGB (Red+Green+Blue) = 113+63+27=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F1B is #8EC0E4. Grayscale: #4A4A4A. Windows color (decimal): -9355493 or 1785713. OLE color: 1785713.
HSL color Cylindrical-coordinate representation of color #713F1B: hue angle of 25.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713F1B is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 27 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.56 |
| HSL | 25.12º | 0.61% | 0.27% | - |
| HSV(B) | 25.12º | 0.76% | 0.44% | - |
| XYZ | 8.79 | 7.14 | 1.95 | - |
| YUV | 73.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 27 | 0 | 0.44 | 0.76 | 0.56 | 25.12 | 0.61 | 0.27 |
| Hex | 71 | 3F | 1B | 0 | 2C | 4C | 38 | 19 | 3D | 1B |
| Octal | 161 | 77 | 33 | 0 | 54 | 114 | 70 | 31 | 75 | 33 |
| Binary | 1110001 | 111111 | 11011 | 0 | 101100 | 1001100 | 111000 | 11001 | 111101 | 11011 |
Color Harmonies of #713F1B
Complementary color
Monochromatic Colors of #713F1B
Black with #713F1B
Text Example
Text Example
White with #713F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F1B; }
p { color: rgb(113,63,27); }
H1.HeaderClassName
{
color: #713F1B;
}
.AnyTagClassName
{
color: #713F1B;
}
</style>
background-color css
<style>
a { background-color: #713F1B; }
a { background-color: rgb(113,63,27); }
div.DivClassName
{
background-color: #713F1B;
}
.BgClassName
{
background-color: #713F1B;
}
</style>
border-color css
<style>
span { border-color: #713F1B; }
span { border-color: rgb(113,63,27); }
td.TdClassName
{
border-color: #713F1B;
}
.TagClassName
{
border-color: #713F1B;
}
</style>