Shades of Peru Tan #7D3111
Tints of Peru Tan #7D3111
RGB
CMYK
RGB Variations
Color information
#7D3111 (or 0x7D3111) is known color: Peru Tan. HEX triplet: 7D, 31 and 11. RGB value is (125,49,17). Sum of RGB (Red+Green+Blue) = 125+49+17=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3111 is #82CEEE. Grayscale: #444444. Windows color (decimal): -8572655 or 1126781. OLE color: 1126781.
HSL color Cylindrical-coordinate representation of color #7D3111: hue angle of 17.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D3111 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 17 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.51 |
| HSL | 17.78º | 0.76% | 0.28% | - |
| HSV(B) | 17.78º | 0.86% | 0.49% | - |
| XYZ | 9.66 | 6.6 | 1.29 | - |
| YUV | 68.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 17 | 0 | 0.61 | 0.86 | 0.51 | 17.78 | 0.76 | 0.28 |
| Hex | 7D | 31 | 11 | 0 | 3D | 56 | 33 | 12 | 4C | 1C |
| Octal | 175 | 61 | 21 | 0 | 75 | 126 | 63 | 22 | 114 | 34 |
| Binary | 1111101 | 110001 | 10001 | 0 | 111101 | 1010110 | 110011 | 10010 | 1001100 | 11100 |
Color Harmonies of #7D3111
Complementary color
Monochromatic Colors of #7D3111
Black with #7D3111
Text Example
Text Example
White with #7D3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3111; }
p { color: rgb(125,49,17); }
H1.HeaderClassName
{
color: #7D3111;
}
.AnyTagClassName
{
color: #7D3111;
}
</style>
background-color css
<style>
a { background-color: #7D3111; }
a { background-color: rgb(125,49,17); }
div.DivClassName
{
background-color: #7D3111;
}
.BgClassName
{
background-color: #7D3111;
}
</style>
border-color css
<style>
span { border-color: #7D3111; }
span { border-color: rgb(125,49,17); }
td.TdClassName
{
border-color: #7D3111;
}
.TagClassName
{
border-color: #7D3111;
}
</style>