Shades of Peru Tan #7E3619
Tints of Peru Tan #7E3619
RGB
CMYK
RGB Variations
Color information
#7E3619 (or 0x7E3619) is known color: Peru Tan. HEX triplet: 7E, 36 and 19. RGB value is (126,54,25). Sum of RGB (Red+Green+Blue) = 126+54+25=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3619 is #81C9E6. Grayscale: #484848. Windows color (decimal): -8505831 or 1652350. OLE color: 1652350.
HSL color Cylindrical-coordinate representation of color #7E3619: hue angle of 17.23º 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 #7E3619 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 25 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.51 |
| HSL | 17.23º | 0.67% | 0.3% | - |
| HSV(B) | 17.23º | 0.8% | 0.49% | - |
| XYZ | 10.1 | 7.14 | 1.77 | - |
| YUV | 72.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 25 | 0 | 0.57 | 0.80 | 0.51 | 17.23 | 0.67 | 0.3 |
| Hex | 7E | 36 | 19 | 0 | 39 | 50 | 33 | 11 | 43 | 1E |
| Octal | 176 | 66 | 31 | 0 | 71 | 120 | 63 | 21 | 103 | 36 |
| Binary | 1111110 | 110110 | 11001 | 0 | 111001 | 1010000 | 110011 | 10001 | 1000011 | 11110 |
Color Harmonies of #7E3619
Complementary color
Monochromatic Colors of #7E3619
Black with #7E3619
Text Example
Text Example
White with #7E3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3619; }
p { color: rgb(126,54,25); }
H1.HeaderClassName
{
color: #7E3619;
}
.AnyTagClassName
{
color: #7E3619;
}
</style>
background-color css
<style>
a { background-color: #7E3619; }
a { background-color: rgb(126,54,25); }
div.DivClassName
{
background-color: #7E3619;
}
.BgClassName
{
background-color: #7E3619;
}
</style>
border-color css
<style>
span { border-color: #7E3619; }
span { border-color: rgb(126,54,25); }
td.TdClassName
{
border-color: #7E3619;
}
.TagClassName
{
border-color: #7E3619;
}
</style>