Shades of Peru Tan #7E3916
Tints of Peru Tan #7E3916
RGB
CMYK
RGB Variations
Color information
#7E3916 (or 0x7E3916) is known color: Peru Tan. HEX triplet: 7E, 39 and 16. RGB value is (126,57,22). Sum of RGB (Red+Green+Blue) = 126+57+22=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3916 is #81C6E9. Grayscale: #494949. Windows color (decimal): -8505066 or 1456510. OLE color: 1456510.
HSL color Cylindrical-coordinate representation of color #7E3916: hue angle of 20.19º 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 #7E3916 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 22 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.51 |
| HSL | 20.19º | 0.7% | 0.29% | - |
| HSV(B) | 20.19º | 0.83% | 0.49% | - |
| XYZ | 10.21 | 7.42 | 1.65 | - |
| YUV | 73.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 22 | 0 | 0.55 | 0.83 | 0.51 | 20.19 | 0.7 | 0.29 |
| Hex | 7E | 39 | 16 | 0 | 37 | 53 | 33 | 14 | 46 | 1D |
| Octal | 176 | 71 | 26 | 0 | 67 | 123 | 63 | 24 | 106 | 35 |
| Binary | 1111110 | 111001 | 10110 | 0 | 110111 | 1010011 | 110011 | 10100 | 1000110 | 11101 |
Color Harmonies of #7E3916
Complementary color
Monochromatic Colors of #7E3916
Black with #7E3916
Text Example
Text Example
White with #7E3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3916; }
p { color: rgb(126,57,22); }
H1.HeaderClassName
{
color: #7E3916;
}
.AnyTagClassName
{
color: #7E3916;
}
</style>
background-color css
<style>
a { background-color: #7E3916; }
a { background-color: rgb(126,57,22); }
div.DivClassName
{
background-color: #7E3916;
}
.BgClassName
{
background-color: #7E3916;
}
</style>
border-color css
<style>
span { border-color: #7E3916; }
span { border-color: rgb(126,57,22); }
td.TdClassName
{
border-color: #7E3916;
}
.TagClassName
{
border-color: #7E3916;
}
</style>