Shades of Peru Tan #712C12
Tints of Peru Tan #712C12
RGB
CMYK
RGB Variations
Color information
#712C12 (or 0x712C12) is known color: Peru Tan. HEX triplet: 71, 2C and 12. RGB value is (113,44,18). Sum of RGB (Red+Green+Blue) = 113+44+18=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C12 is #8ED3ED. Grayscale: #3D3D3D. Windows color (decimal): -9360366 or 1191025. OLE color: 1191025.
HSL color Cylindrical-coordinate representation of color #712C12: hue angle of 16.42º 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 #712C12 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 18 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.56 |
| HSL | 16.42º | 0.73% | 0.26% | - |
| HSV(B) | 16.42º | 0.84% | 0.44% | - |
| XYZ | 7.82 | 5.36 | 1.19 | - |
| YUV | 61.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 18 | 0 | 0.61 | 0.84 | 0.56 | 16.42 | 0.73 | 0.26 |
| Hex | 71 | 2C | 12 | 0 | 3D | 54 | 38 | 10 | 49 | 1A |
| Octal | 161 | 54 | 22 | 0 | 75 | 124 | 70 | 20 | 111 | 32 |
| Binary | 1110001 | 101100 | 10010 | 0 | 111101 | 1010100 | 111000 | 10000 | 1001001 | 11010 |
Color Harmonies of #712C12
Complementary color
Monochromatic Colors of #712C12
Black with #712C12
Text Example
Text Example
White with #712C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C12; }
p { color: rgb(113,44,18); }
H1.HeaderClassName
{
color: #712C12;
}
.AnyTagClassName
{
color: #712C12;
}
</style>
background-color css
<style>
a { background-color: #712C12; }
a { background-color: rgb(113,44,18); }
div.DivClassName
{
background-color: #712C12;
}
.BgClassName
{
background-color: #712C12;
}
</style>
border-color css
<style>
span { border-color: #712C12; }
span { border-color: rgb(113,44,18); }
td.TdClassName
{
border-color: #712C12;
}
.TagClassName
{
border-color: #712C12;
}
</style>