Shades of Peru Tan #79290D
Tints of Peru Tan #79290D
RGB
CMYK
RGB Variations
Color information
#79290D (or 0x79290D) is known color: Peru Tan. HEX triplet: 79, 29 and 0D. RGB value is (121,41,13). Sum of RGB (Red+Green+Blue) = 121+41+13=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #79290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79290D is #86D6F2. Grayscale: #3D3D3D. Windows color (decimal): -8836851 or 862585. OLE color: 862585.
HSL color Cylindrical-coordinate representation of color #79290D: hue angle of 15.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79290D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 13 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.53 |
| HSL | 15.56º | 0.81% | 0.26% | - |
| HSV(B) | 15.56º | 0.89% | 0.47% | - |
| XYZ | 8.75 | 5.68 | 1.02 | - |
| YUV | 61.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 13 | 0 | 0.66 | 0.89 | 0.53 | 15.56 | 0.81 | 0.26 |
| Hex | 79 | 29 | D | 0 | 42 | 59 | 35 | 10 | 51 | 1A |
| Octal | 171 | 51 | 15 | 0 | 102 | 131 | 65 | 20 | 121 | 32 |
| Binary | 1111001 | 101001 | 1101 | 0 | 1000010 | 1011001 | 110101 | 10000 | 1010001 | 11010 |
Color Harmonies of #79290D
Complementary color
Monochromatic Colors of #79290D
Black with #79290D
Text Example
Text Example
White with #79290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79290D; }
p { color: rgb(121,41,13); }
H1.HeaderClassName
{
color: #79290D;
}
.AnyTagClassName
{
color: #79290D;
}
</style>
background-color css
<style>
a { background-color: #79290D; }
a { background-color: rgb(121,41,13); }
div.DivClassName
{
background-color: #79290D;
}
.BgClassName
{
background-color: #79290D;
}
</style>
border-color css
<style>
span { border-color: #79290D; }
span { border-color: rgb(121,41,13); }
td.TdClassName
{
border-color: #79290D;
}
.TagClassName
{
border-color: #79290D;
}
</style>