Shades of Peru Tan #79320A
Tints of Peru Tan #79320A
RGB
CMYK
RGB Variations
Color information
#79320A (or 0x79320A) is known color: Peru Tan. HEX triplet: 79, 32 and 0A. RGB value is (121,50,10). Sum of RGB (Red+Green+Blue) = 121+50+10=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79320A is #86CDF5. Grayscale: #424242. Windows color (decimal): -8834550 or 668281. OLE color: 668281.
HSL color Cylindrical-coordinate representation of color #79320A: hue angle of 21.62º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79320A is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 10 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.53 |
| HSL | 21.62º | 0.85% | 0.26% | - |
| HSV(B) | 21.62º | 0.92% | 0.47% | - |
| XYZ | 9.08 | 6.37 | 1.04 | - |
| YUV | 66.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 10 | 0 | 0.59 | 0.92 | 0.53 | 21.62 | 0.85 | 0.26 |
| Hex | 79 | 32 | A | 0 | 3B | 5C | 35 | 16 | 55 | 1A |
| Octal | 171 | 62 | 12 | 0 | 73 | 134 | 65 | 26 | 125 | 32 |
| Binary | 1111001 | 110010 | 1010 | 0 | 111011 | 1011100 | 110101 | 10110 | 1010101 | 11010 |
Color Harmonies of #79320A
Complementary color
Monochromatic Colors of #79320A
Black with #79320A
Text Example
Text Example
White with #79320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79320A; }
p { color: rgb(121,50,10); }
H1.HeaderClassName
{
color: #79320A;
}
.AnyTagClassName
{
color: #79320A;
}
</style>
background-color css
<style>
a { background-color: #79320A; }
a { background-color: rgb(121,50,10); }
div.DivClassName
{
background-color: #79320A;
}
.BgClassName
{
background-color: #79320A;
}
</style>
border-color css
<style>
span { border-color: #79320A; }
span { border-color: rgb(121,50,10); }
td.TdClassName
{
border-color: #79320A;
}
.TagClassName
{
border-color: #79320A;
}
</style>