Shades of Peru Tan #713D1C
Tints of Peru Tan #713D1C
RGB
CMYK
RGB Variations
Color information
#713D1C (or 0x713D1C) is known color: Peru Tan. HEX triplet: 71, 3D and 1C. RGB value is (113,61,28). Sum of RGB (Red+Green+Blue) = 113+61+28=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D1C is #8EC2E3. Grayscale: #484848. Windows color (decimal): -9356004 or 1850737. OLE color: 1850737.
HSL color Cylindrical-coordinate representation of color #713D1C: hue angle of 23.29º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713D1C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 28 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.56 |
| HSL | 23.29º | 0.6% | 0.28% | - |
| HSV(B) | 23.29º | 0.75% | 0.44% | - |
| XYZ | 8.69 | 6.93 | 1.98 | - |
| YUV | 72.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 28 | 0 | 0.46 | 0.75 | 0.56 | 23.29 | 0.6 | 0.28 |
| Hex | 71 | 3D | 1C | 0 | 2E | 4B | 38 | 17 | 3C | 1C |
| Octal | 161 | 75 | 34 | 0 | 56 | 113 | 70 | 27 | 74 | 34 |
| Binary | 1110001 | 111101 | 11100 | 0 | 101110 | 1001011 | 111000 | 10111 | 111100 | 11100 |
Color Harmonies of #713D1C
Complementary color
Monochromatic Colors of #713D1C
Black with #713D1C
Text Example
Text Example
White with #713D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D1C; }
p { color: rgb(113,61,28); }
H1.HeaderClassName
{
color: #713D1C;
}
.AnyTagClassName
{
color: #713D1C;
}
</style>
background-color css
<style>
a { background-color: #713D1C; }
a { background-color: rgb(113,61,28); }
div.DivClassName
{
background-color: #713D1C;
}
.BgClassName
{
background-color: #713D1C;
}
</style>
border-color css
<style>
span { border-color: #713D1C; }
span { border-color: rgb(113,61,28); }
td.TdClassName
{
border-color: #713D1C;
}
.TagClassName
{
border-color: #713D1C;
}
</style>