Shades of Peru Tan #7E3215
Tints of Peru Tan #7E3215
RGB
CMYK
RGB Variations
Color information
#7E3215 (or 0x7E3215) is known color: Peru Tan. HEX triplet: 7E, 32 and 15. RGB value is (126,50,21). Sum of RGB (Red+Green+Blue) = 126+50+21=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3215 is #81CDEA. Grayscale: #454545. Windows color (decimal): -8506859 or 1389182. OLE color: 1389182.
HSL color Cylindrical-coordinate representation of color #7E3215: hue angle of 16.57º degrees, saturation: 0.71, 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 #7E3215 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 21 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.51 |
| HSL | 16.57º | 0.71% | 0.29% | - |
| HSV(B) | 16.57º | 0.83% | 0.49% | - |
| XYZ | 9.88 | 6.77 | 1.5 | - |
| YUV | 69.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 21 | 0 | 0.60 | 0.83 | 0.51 | 16.57 | 0.71 | 0.29 |
| Hex | 7E | 32 | 15 | 0 | 3C | 53 | 33 | 11 | 47 | 1D |
| Octal | 176 | 62 | 25 | 0 | 74 | 123 | 63 | 21 | 107 | 35 |
| Binary | 1111110 | 110010 | 10101 | 0 | 111100 | 1010011 | 110011 | 10001 | 1000111 | 11101 |
Color Harmonies of #7E3215
Complementary color
Monochromatic Colors of #7E3215
Black with #7E3215
Text Example
Text Example
White with #7E3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3215; }
p { color: rgb(126,50,21); }
H1.HeaderClassName
{
color: #7E3215;
}
.AnyTagClassName
{
color: #7E3215;
}
</style>
background-color css
<style>
a { background-color: #7E3215; }
a { background-color: rgb(126,50,21); }
div.DivClassName
{
background-color: #7E3215;
}
.BgClassName
{
background-color: #7E3215;
}
</style>
border-color css
<style>
span { border-color: #7E3215; }
span { border-color: rgb(126,50,21); }
td.TdClassName
{
border-color: #7E3215;
}
.TagClassName
{
border-color: #7E3215;
}
</style>