Shades of Peru Tan #7F3511
Tints of Peru Tan #7F3511
RGB
CMYK
RGB Variations
Color information
#7F3511 (or 0x7F3511) is known color: Peru Tan. HEX triplet: 7F, 35 and 11. RGB value is (127,53,17). Sum of RGB (Red+Green+Blue) = 127+53+17=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3511 is #80CAEE. Grayscale: #474747. Windows color (decimal): -8440559 or 1127807. OLE color: 1127807.
HSL color Cylindrical-coordinate representation of color #7F3511: hue angle of 19.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F3511 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 17 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.50 |
| HSL | 19.64º | 0.76% | 0.28% | - |
| HSV(B) | 19.64º | 0.87% | 0.5% | - |
| XYZ | 10.13 | 7.1 | 1.37 | - |
| YUV | 71.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 17 | 0 | 0.58 | 0.87 | 0.50 | 19.64 | 0.76 | 0.28 |
| Hex | 7F | 35 | 11 | 0 | 3A | 57 | 32 | 14 | 4C | 1C |
| Octal | 177 | 65 | 21 | 0 | 72 | 127 | 62 | 24 | 114 | 34 |
| Binary | 1111111 | 110101 | 10001 | 0 | 111010 | 1010111 | 110010 | 10100 | 1001100 | 11100 |
Color Harmonies of #7F3511
Complementary color
Monochromatic Colors of #7F3511
Black with #7F3511
Text Example
Text Example
White with #7F3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3511; }
p { color: rgb(127,53,17); }
H1.HeaderClassName
{
color: #7F3511;
}
.AnyTagClassName
{
color: #7F3511;
}
</style>
background-color css
<style>
a { background-color: #7F3511; }
a { background-color: rgb(127,53,17); }
div.DivClassName
{
background-color: #7F3511;
}
.BgClassName
{
background-color: #7F3511;
}
</style>
border-color css
<style>
span { border-color: #7F3511; }
span { border-color: rgb(127,53,17); }
td.TdClassName
{
border-color: #7F3511;
}
.TagClassName
{
border-color: #7F3511;
}
</style>