Shades of Peru Tan #79401E
Tints of Peru Tan #79401E
RGB
CMYK
RGB Variations
Color information
#79401E (or 0x79401E) is known color: Peru Tan. HEX triplet: 79, 40 and 1E. RGB value is (121,64,30). Sum of RGB (Red+Green+Blue) = 121+64+30=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79401E is #86BFE1. Grayscale: #4D4D4D. Windows color (decimal): -8830946 or 1982585. OLE color: 1982585.
HSL color Cylindrical-coordinate representation of color #79401E: hue angle of 22.42º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79401E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 64 | 30 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.53 |
| HSL | 22.42º | 0.6% | 0.3% | - |
| HSV(B) | 22.42º | 0.75% | 0.47% | - |
| XYZ | 9.95 | 7.83 | 2.21 | - |
| YUV | 77.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 30 | 0 | 0.47 | 0.75 | 0.53 | 22.42 | 0.6 | 0.3 |
| Hex | 79 | 40 | 1E | 0 | 2F | 4B | 35 | 16 | 3C | 1E |
| Octal | 171 | 100 | 36 | 0 | 57 | 113 | 65 | 26 | 74 | 36 |
| Binary | 1111001 | 1000000 | 11110 | 0 | 101111 | 1001011 | 110101 | 10110 | 111100 | 11110 |
Color Harmonies of #79401E
Complementary color
Monochromatic Colors of #79401E
Black with #79401E
Text Example
Text Example
White with #79401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79401E; }
p { color: rgb(121,64,30); }
H1.HeaderClassName
{
color: #79401E;
}
.AnyTagClassName
{
color: #79401E;
}
</style>
background-color css
<style>
a { background-color: #79401E; }
a { background-color: rgb(121,64,30); }
div.DivClassName
{
background-color: #79401E;
}
.BgClassName
{
background-color: #79401E;
}
</style>
border-color css
<style>
span { border-color: #79401E; }
span { border-color: rgb(121,64,30); }
td.TdClassName
{
border-color: #79401E;
}
.TagClassName
{
border-color: #79401E;
}
</style>