Shades of Peru Tan #7E3116
Tints of Peru Tan #7E3116
RGB
CMYK
RGB Variations
Color information
#7E3116 (or 0x7E3116) is known color: Peru Tan. HEX triplet: 7E, 31 and 16. RGB value is (126,49,22). Sum of RGB (Red+Green+Blue) = 126+49+22=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3116 is #81CEE9. Grayscale: #454545. Windows color (decimal): -8507114 or 1454462. OLE color: 1454462.
HSL color Cylindrical-coordinate representation of color #7E3116: hue angle of 15.58º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E3116 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 22 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.51 |
| HSL | 15.58º | 0.7% | 0.29% | - |
| HSV(B) | 15.58º | 0.83% | 0.49% | - |
| XYZ | 9.85 | 6.69 | 1.53 | - |
| YUV | 68.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 22 | 0 | 0.61 | 0.83 | 0.51 | 15.58 | 0.7 | 0.29 |
| Hex | 7E | 31 | 16 | 0 | 3D | 53 | 33 | 10 | 46 | 1D |
| Octal | 176 | 61 | 26 | 0 | 75 | 123 | 63 | 20 | 106 | 35 |
| Binary | 1111110 | 110001 | 10110 | 0 | 111101 | 1010011 | 110011 | 10000 | 1000110 | 11101 |
Color Harmonies of #7E3116
Complementary color
Monochromatic Colors of #7E3116
Black with #7E3116
Text Example
Text Example
White with #7E3116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3116; }
p { color: rgb(126,49,22); }
H1.HeaderClassName
{
color: #7E3116;
}
.AnyTagClassName
{
color: #7E3116;
}
</style>
background-color css
<style>
a { background-color: #7E3116; }
a { background-color: rgb(126,49,22); }
div.DivClassName
{
background-color: #7E3116;
}
.BgClassName
{
background-color: #7E3116;
}
</style>
border-color css
<style>
span { border-color: #7E3116; }
span { border-color: rgb(126,49,22); }
td.TdClassName
{
border-color: #7E3116;
}
.TagClassName
{
border-color: #7E3116;
}
</style>