Shades of Peru Tan #712D0D
Tints of Peru Tan #712D0D
RGB
CMYK
RGB Variations
Color information
#712D0D (or 0x712D0D) is known color: Peru Tan. HEX triplet: 71, 2D and 0D. RGB value is (113,45,13). Sum of RGB (Red+Green+Blue) = 113+45+13=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D0D is #8ED2F2. Grayscale: #3D3D3D. Windows color (decimal): -9360115 or 863601. OLE color: 863601.
HSL color Cylindrical-coordinate representation of color #712D0D: hue angle of 19.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #712D0D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 13 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.56 |
| HSL | 19.2º | 0.79% | 0.25% | - |
| HSV(B) | 19.2º | 0.88% | 0.44% | - |
| XYZ | 7.82 | 5.42 | 1.01 | - |
| YUV | 61.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 13 | 0 | 0.60 | 0.88 | 0.56 | 19.2 | 0.79 | 0.25 |
| Hex | 71 | 2D | D | 0 | 3C | 58 | 38 | 13 | 4F | 19 |
| Octal | 161 | 55 | 15 | 0 | 74 | 130 | 70 | 23 | 117 | 31 |
| Binary | 1110001 | 101101 | 1101 | 0 | 111100 | 1011000 | 111000 | 10011 | 1001111 | 11001 |
Color Harmonies of #712D0D
Complementary color
Monochromatic Colors of #712D0D
Black with #712D0D
Text Example
Text Example
White with #712D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D0D; }
p { color: rgb(113,45,13); }
H1.HeaderClassName
{
color: #712D0D;
}
.AnyTagClassName
{
color: #712D0D;
}
</style>
background-color css
<style>
a { background-color: #712D0D; }
a { background-color: rgb(113,45,13); }
div.DivClassName
{
background-color: #712D0D;
}
.BgClassName
{
background-color: #712D0D;
}
</style>
border-color css
<style>
span { border-color: #712D0D; }
span { border-color: rgb(113,45,13); }
td.TdClassName
{
border-color: #712D0D;
}
.TagClassName
{
border-color: #712D0D;
}
</style>