Shades of Peru Tan #79350C
Tints of Peru Tan #79350C
RGB
CMYK
RGB Variations
Color information
#79350C (or 0x79350C) is known color: Peru Tan. HEX triplet: 79, 35 and 0C. RGB value is (121,53,12). Sum of RGB (Red+Green+Blue) = 121+53+12=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79350C is #86CAF3. Grayscale: #444444. Windows color (decimal): -8833780 or 800121. OLE color: 800121.
HSL color Cylindrical-coordinate representation of color #79350C: hue angle of 22.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79350C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 53 | 12 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.53 |
| HSL | 22.57º | 0.82% | 0.26% | - |
| HSV(B) | 22.57º | 0.9% | 0.47% | - |
| XYZ | 9.22 | 6.64 | 1.14 | - |
| YUV | 68.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 12 | 0 | 0.56 | 0.90 | 0.53 | 22.57 | 0.82 | 0.26 |
| Hex | 79 | 35 | C | 0 | 38 | 5A | 35 | 17 | 52 | 1A |
| Octal | 171 | 65 | 14 | 0 | 70 | 132 | 65 | 27 | 122 | 32 |
| Binary | 1111001 | 110101 | 1100 | 0 | 111000 | 1011010 | 110101 | 10111 | 1010010 | 11010 |
Color Harmonies of #79350C
Complementary color
Monochromatic Colors of #79350C
Black with #79350C
Text Example
Text Example
White with #79350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79350C; }
p { color: rgb(121,53,12); }
H1.HeaderClassName
{
color: #79350C;
}
.AnyTagClassName
{
color: #79350C;
}
</style>
background-color css
<style>
a { background-color: #79350C; }
a { background-color: rgb(121,53,12); }
div.DivClassName
{
background-color: #79350C;
}
.BgClassName
{
background-color: #79350C;
}
</style>
border-color css
<style>
span { border-color: #79350C; }
span { border-color: rgb(121,53,12); }
td.TdClassName
{
border-color: #79350C;
}
.TagClassName
{
border-color: #79350C;
}
</style>