Shades of Peru Tan #79350E
Tints of Peru Tan #79350E
RGB
CMYK
RGB Variations
Color information
#79350E (or 0x79350E) is known color: Peru Tan. HEX triplet: 79, 35 and 0E. RGB value is (121,53,14). Sum of RGB (Red+Green+Blue) = 121+53+14=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79350E is #86CAF1. Grayscale: #454545. Windows color (decimal): -8833778 or 931193. OLE color: 931193.
HSL color Cylindrical-coordinate representation of color #79350E: hue angle of 21.87º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79350E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 53 | 14 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.53 |
| HSL | 21.87º | 0.79% | 0.26% | - |
| HSV(B) | 21.87º | 0.88% | 0.47% | - |
| XYZ | 9.24 | 6.64 | 1.21 | - |
| YUV | 68.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 14 | 0 | 0.56 | 0.88 | 0.53 | 21.87 | 0.79 | 0.26 |
| Hex | 79 | 35 | E | 0 | 38 | 58 | 35 | 16 | 4F | 1A |
| Octal | 171 | 65 | 16 | 0 | 70 | 130 | 65 | 26 | 117 | 32 |
| Binary | 1111001 | 110101 | 1110 | 0 | 111000 | 1011000 | 110101 | 10110 | 1001111 | 11010 |
Color Harmonies of #79350E
Complementary color
Monochromatic Colors of #79350E
Black with #79350E
Text Example
Text Example
White with #79350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79350E; }
p { color: rgb(121,53,14); }
H1.HeaderClassName
{
color: #79350E;
}
.AnyTagClassName
{
color: #79350E;
}
</style>
background-color css
<style>
a { background-color: #79350E; }
a { background-color: rgb(121,53,14); }
div.DivClassName
{
background-color: #79350E;
}
.BgClassName
{
background-color: #79350E;
}
</style>
border-color css
<style>
span { border-color: #79350E; }
span { border-color: rgb(121,53,14); }
td.TdClassName
{
border-color: #79350E;
}
.TagClassName
{
border-color: #79350E;
}
</style>