Shades of Peru Tan #7E351B
Tints of Peru Tan #7E351B
RGB
CMYK
RGB Variations
Color information
#7E351B (or 0x7E351B) is known color: Peru Tan. HEX triplet: 7E, 35 and 1B. RGB value is (126,53,27). Sum of RGB (Red+Green+Blue) = 126+53+27=206 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.17% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 126 - color contains mainly: red. Hex color #7E351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E351B is #81CAE4. Grayscale: #484848. Windows color (decimal): -8506085 or 1783166. OLE color: 1783166.
HSL color Cylindrical-coordinate representation of color #7E351B: hue angle of 15.76º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E351B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 27 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.51 |
| HSL | 15.76º | 0.65% | 0.3% | - |
| HSV(B) | 15.76º | 0.79% | 0.49% | - |
| XYZ | 10.08 | 7.06 | 1.87 | - |
| YUV | 71.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 27 | 0 | 0.58 | 0.79 | 0.51 | 15.76 | 0.65 | 0.3 |
| Hex | 7E | 35 | 1B | 0 | 3A | 4F | 33 | 10 | 41 | 1E |
| Octal | 176 | 65 | 33 | 0 | 72 | 117 | 63 | 20 | 101 | 36 |
| Binary | 1111110 | 110101 | 11011 | 0 | 111010 | 1001111 | 110011 | 10000 | 1000001 | 11110 |
Color Harmonies of #7E351B
Complementary color
Monochromatic Colors of #7E351B
Black with #7E351B
Text Example
Text Example
White with #7E351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E351B; }
p { color: rgb(126,53,27); }
H1.HeaderClassName
{
color: #7E351B;
}
.AnyTagClassName
{
color: #7E351B;
}
</style>
background-color css
<style>
a { background-color: #7E351B; }
a { background-color: rgb(126,53,27); }
div.DivClassName
{
background-color: #7E351B;
}
.BgClassName
{
background-color: #7E351B;
}
</style>
border-color css
<style>
span { border-color: #7E351B; }
span { border-color: rgb(126,53,27); }
td.TdClassName
{
border-color: #7E351B;
}
.TagClassName
{
border-color: #7E351B;
}
</style>