Shades of Peru Tan #79300A
Tints of Peru Tan #79300A
RGB
CMYK
RGB Variations
Color information
#79300A (or 0x79300A) is known color: Peru Tan. HEX triplet: 79, 30 and 0A. RGB value is (121,48,10). Sum of RGB (Red+Green+Blue) = 121+48+10=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #79300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79300A is #86CFF5. Grayscale: #414141. Windows color (decimal): -8835062 or 667769. OLE color: 667769.
HSL color Cylindrical-coordinate representation of color #79300A: hue angle of 20.54º 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 #79300A is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 10 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.53 |
| HSL | 20.54º | 0.85% | 0.26% | - |
| HSV(B) | 20.54º | 0.92% | 0.47% | - |
| XYZ | 9 | 6.2 | 1.01 | - |
| YUV | 65.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 10 | 0 | 0.60 | 0.92 | 0.53 | 20.54 | 0.85 | 0.26 |
| Hex | 79 | 30 | A | 0 | 3C | 5C | 35 | 15 | 55 | 1A |
| Octal | 171 | 60 | 12 | 0 | 74 | 134 | 65 | 25 | 125 | 32 |
| Binary | 1111001 | 110000 | 1010 | 0 | 111100 | 1011100 | 110101 | 10101 | 1010101 | 11010 |
Color Harmonies of #79300A
Complementary color
Monochromatic Colors of #79300A
Black with #79300A
Text Example
Text Example
White with #79300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79300A; }
p { color: rgb(121,48,10); }
H1.HeaderClassName
{
color: #79300A;
}
.AnyTagClassName
{
color: #79300A;
}
</style>
background-color css
<style>
a { background-color: #79300A; }
a { background-color: rgb(121,48,10); }
div.DivClassName
{
background-color: #79300A;
}
.BgClassName
{
background-color: #79300A;
}
</style>
border-color css
<style>
span { border-color: #79300A; }
span { border-color: rgb(121,48,10); }
td.TdClassName
{
border-color: #79300A;
}
.TagClassName
{
border-color: #79300A;
}
</style>