Shades of Peru Tan #713D12
Tints of Peru Tan #713D12
RGB
CMYK
RGB Variations
Color information
#713D12 (or 0x713D12) is known color: Peru Tan. HEX triplet: 71, 3D and 12. RGB value is (113,61,18). Sum of RGB (Red+Green+Blue) = 113+61+18=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #713D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D12 is #8EC2ED. Grayscale: #474747. Windows color (decimal): -9356014 or 1195377. OLE color: 1195377.
HSL color Cylindrical-coordinate representation of color #713D12: hue angle of 27.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #713D12 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 18 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.56 |
| HSL | 27.16º | 0.73% | 0.26% | - |
| HSV(B) | 27.16º | 0.84% | 0.44% | - |
| XYZ | 8.59 | 6.89 | 1.45 | - |
| YUV | 71.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 18 | 0 | 0.46 | 0.84 | 0.56 | 27.16 | 0.73 | 0.26 |
| Hex | 71 | 3D | 12 | 0 | 2E | 54 | 38 | 1B | 49 | 1A |
| Octal | 161 | 75 | 22 | 0 | 56 | 124 | 70 | 33 | 111 | 32 |
| Binary | 1110001 | 111101 | 10010 | 0 | 101110 | 1010100 | 111000 | 11011 | 1001001 | 11010 |
Color Harmonies of #713D12
Complementary color
Monochromatic Colors of #713D12
Black with #713D12
Text Example
Text Example
White with #713D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D12; }
p { color: rgb(113,61,18); }
H1.HeaderClassName
{
color: #713D12;
}
.AnyTagClassName
{
color: #713D12;
}
</style>
background-color css
<style>
a { background-color: #713D12; }
a { background-color: rgb(113,61,18); }
div.DivClassName
{
background-color: #713D12;
}
.BgClassName
{
background-color: #713D12;
}
</style>
border-color css
<style>
span { border-color: #713D12; }
span { border-color: rgb(113,61,18); }
td.TdClassName
{
border-color: #713D12;
}
.TagClassName
{
border-color: #713D12;
}
</style>