Shades of Peru Tan #7E3B19
Tints of Peru Tan #7E3B19
RGB
CMYK
RGB Variations
Color information
#7E3B19 (or 0x7E3B19) is known color: Peru Tan. HEX triplet: 7E, 3B and 19. RGB value is (126,59,25). Sum of RGB (Red+Green+Blue) = 126+59+25=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3B19 is #81C4E6. Grayscale: #4B4B4B. Windows color (decimal): -8504551 or 1653630. OLE color: 1653630.
HSL color Cylindrical-coordinate representation of color #7E3B19: hue angle of 20.2º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E3B19 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 25 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.51 |
| HSL | 20.2º | 0.67% | 0.3% | - |
| HSV(B) | 20.2º | 0.8% | 0.49% | - |
| XYZ | 10.34 | 7.63 | 1.85 | - |
| YUV | 75.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 25 | 0 | 0.53 | 0.80 | 0.51 | 20.2 | 0.67 | 0.3 |
| Hex | 7E | 3B | 19 | 0 | 35 | 50 | 33 | 14 | 43 | 1E |
| Octal | 176 | 73 | 31 | 0 | 65 | 120 | 63 | 24 | 103 | 36 |
| Binary | 1111110 | 111011 | 11001 | 0 | 110101 | 1010000 | 110011 | 10100 | 1000011 | 11110 |
Color Harmonies of #7E3B19
Complementary color
Monochromatic Colors of #7E3B19
Black with #7E3B19
Text Example
Text Example
White with #7E3B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B19; }
p { color: rgb(126,59,25); }
H1.HeaderClassName
{
color: #7E3B19;
}
.AnyTagClassName
{
color: #7E3B19;
}
</style>
background-color css
<style>
a { background-color: #7E3B19; }
a { background-color: rgb(126,59,25); }
div.DivClassName
{
background-color: #7E3B19;
}
.BgClassName
{
background-color: #7E3B19;
}
</style>
border-color css
<style>
span { border-color: #7E3B19; }
span { border-color: rgb(126,59,25); }
td.TdClassName
{
border-color: #7E3B19;
}
.TagClassName
{
border-color: #7E3B19;
}
</style>