Shades of Peru Tan #792A0A
Tints of Peru Tan #792A0A
RGB
CMYK
RGB Variations
Color information
#792A0A (or 0x792A0A) is known color: Peru Tan. HEX triplet: 79, 2A and 0A. RGB value is (121,42,10). Sum of RGB (Red+Green+Blue) = 121+42+10=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #792A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A0A is #86D5F5. Grayscale: #3E3E3E. Windows color (decimal): -8836598 or 666233. OLE color: 666233.
HSL color Cylindrical-coordinate representation of color #792A0A: hue angle of 17.3º 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 #792A0A is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 10 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.53 |
| HSL | 17.3º | 0.85% | 0.26% | - |
| HSV(B) | 17.3º | 0.92% | 0.47% | - |
| XYZ | 8.77 | 5.74 | 0.93 | - |
| YUV | 61.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 10 | 0 | 0.65 | 0.92 | 0.53 | 17.3 | 0.85 | 0.26 |
| Hex | 79 | 2A | A | 0 | 41 | 5C | 35 | 11 | 55 | 1A |
| Octal | 171 | 52 | 12 | 0 | 101 | 134 | 65 | 21 | 125 | 32 |
| Binary | 1111001 | 101010 | 1010 | 0 | 1000001 | 1011100 | 110101 | 10001 | 1010101 | 11010 |
Color Harmonies of #792A0A
Complementary color
Monochromatic Colors of #792A0A
Black with #792A0A
Text Example
Text Example
White with #792A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A0A; }
p { color: rgb(121,42,10); }
H1.HeaderClassName
{
color: #792A0A;
}
.AnyTagClassName
{
color: #792A0A;
}
</style>
background-color css
<style>
a { background-color: #792A0A; }
a { background-color: rgb(121,42,10); }
div.DivClassName
{
background-color: #792A0A;
}
.BgClassName
{
background-color: #792A0A;
}
</style>
border-color css
<style>
span { border-color: #792A0A; }
span { border-color: rgb(121,42,10); }
td.TdClassName
{
border-color: #792A0A;
}
.TagClassName
{
border-color: #792A0A;
}
</style>