Shades of Peru Tan #713A10
Tints of Peru Tan #713A10
RGB
CMYK
RGB Variations
Color information
#713A10 (or 0x713A10) is known color: Peru Tan. HEX triplet: 71, 3A and 10. RGB value is (113,58,16). Sum of RGB (Red+Green+Blue) = 113+58+16=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A10 is #8EC5EF. Grayscale: #454545. Windows color (decimal): -9356784 or 1063537. OLE color: 1063537.
HSL color Cylindrical-coordinate representation of color #713A10: hue angle of 25.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #713A10 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 16 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.56 |
| HSL | 25.98º | 0.75% | 0.25% | - |
| HSV(B) | 25.98º | 0.86% | 0.44% | - |
| XYZ | 8.42 | 6.57 | 1.32 | - |
| YUV | 69.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 16 | 0 | 0.49 | 0.86 | 0.56 | 25.98 | 0.75 | 0.25 |
| Hex | 71 | 3A | 10 | 0 | 31 | 56 | 38 | 1A | 4B | 19 |
| Octal | 161 | 72 | 20 | 0 | 61 | 126 | 70 | 32 | 113 | 31 |
| Binary | 1110001 | 111010 | 10000 | 0 | 110001 | 1010110 | 111000 | 11010 | 1001011 | 11001 |
Color Harmonies of #713A10
Complementary color
Monochromatic Colors of #713A10
Black with #713A10
Text Example
Text Example
White with #713A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A10; }
p { color: rgb(113,58,16); }
H1.HeaderClassName
{
color: #713A10;
}
.AnyTagClassName
{
color: #713A10;
}
</style>
background-color css
<style>
a { background-color: #713A10; }
a { background-color: rgb(113,58,16); }
div.DivClassName
{
background-color: #713A10;
}
.BgClassName
{
background-color: #713A10;
}
</style>
border-color css
<style>
span { border-color: #713A10; }
span { border-color: rgb(113,58,16); }
td.TdClassName
{
border-color: #713A10;
}
.TagClassName
{
border-color: #713A10;
}
</style>