Shades of Peru Tan #713B1B
Tints of Peru Tan #713B1B
RGB
CMYK
RGB Variations
Color information
#713B1B (or 0x713B1B) is known color: Peru Tan. HEX triplet: 71, 3B and 1B. RGB value is (113,59,27). Sum of RGB (Red+Green+Blue) = 113+59+27=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1B is #8EC4E4. Grayscale: #474747. Windows color (decimal): -9356517 or 1784689. OLE color: 1784689.
HSL color Cylindrical-coordinate representation of color #713B1B: hue angle of 22.33º 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 #713B1B is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 27 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.56 |
| HSL | 22.33º | 0.61% | 0.27% | - |
| HSV(B) | 22.33º | 0.76% | 0.44% | - |
| XYZ | 8.57 | 6.72 | 1.88 | - |
| YUV | 71.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 27 | 0 | 0.48 | 0.76 | 0.56 | 22.33 | 0.61 | 0.27 |
| Hex | 71 | 3B | 1B | 0 | 30 | 4C | 38 | 16 | 3D | 1B |
| Octal | 161 | 73 | 33 | 0 | 60 | 114 | 70 | 26 | 75 | 33 |
| Binary | 1110001 | 111011 | 11011 | 0 | 110000 | 1001100 | 111000 | 10110 | 111101 | 11011 |
Color Harmonies of #713B1B
Complementary color
Monochromatic Colors of #713B1B
Black with #713B1B
Text Example
Text Example
White with #713B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B1B; }
p { color: rgb(113,59,27); }
H1.HeaderClassName
{
color: #713B1B;
}
.AnyTagClassName
{
color: #713B1B;
}
</style>
background-color css
<style>
a { background-color: #713B1B; }
a { background-color: rgb(113,59,27); }
div.DivClassName
{
background-color: #713B1B;
}
.BgClassName
{
background-color: #713B1B;
}
</style>
border-color css
<style>
span { border-color: #713B1B; }
span { border-color: rgb(113,59,27); }
td.TdClassName
{
border-color: #713B1B;
}
.TagClassName
{
border-color: #713B1B;
}
</style>