Shades of Peru Tan #79350A
Tints of Peru Tan #79350A
RGB
CMYK
RGB Variations
Color information
#79350A (or 0x79350A) is known color: Peru Tan. HEX triplet: 79, 35 and 0A. RGB value is (121,53,10). Sum of RGB (Red+Green+Blue) = 121+53+10=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #79350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79350A is #86CAF5. Grayscale: #444444. Windows color (decimal): -8833782 or 669049. OLE color: 669049.
HSL color Cylindrical-coordinate representation of color #79350A: hue angle of 23.24º 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 #79350A is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 53 | 10 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.53 |
| HSL | 23.24º | 0.85% | 0.26% | - |
| HSV(B) | 23.24º | 0.92% | 0.47% | - |
| XYZ | 9.21 | 6.63 | 1.08 | - |
| YUV | 68.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 10 | 0 | 0.56 | 0.92 | 0.53 | 23.24 | 0.85 | 0.26 |
| Hex | 79 | 35 | A | 0 | 38 | 5C | 35 | 17 | 55 | 1A |
| Octal | 171 | 65 | 12 | 0 | 70 | 134 | 65 | 27 | 125 | 32 |
| Binary | 1111001 | 110101 | 1010 | 0 | 111000 | 1011100 | 110101 | 10111 | 1010101 | 11010 |
Color Harmonies of #79350A
Complementary color
Monochromatic Colors of #79350A
Black with #79350A
Text Example
Text Example
White with #79350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79350A; }
p { color: rgb(121,53,10); }
H1.HeaderClassName
{
color: #79350A;
}
.AnyTagClassName
{
color: #79350A;
}
</style>
background-color css
<style>
a { background-color: #79350A; }
a { background-color: rgb(121,53,10); }
div.DivClassName
{
background-color: #79350A;
}
.BgClassName
{
background-color: #79350A;
}
</style>
border-color css
<style>
span { border-color: #79350A; }
span { border-color: rgb(121,53,10); }
td.TdClassName
{
border-color: #79350A;
}
.TagClassName
{
border-color: #79350A;
}
</style>