Shades of Peru Tan #79360C
Tints of Peru Tan #79360C
RGB
CMYK
RGB Variations
Color information
#79360C (or 0x79360C) is known color: Peru Tan. HEX triplet: 79, 36 and 0C. RGB value is (121,54,12). Sum of RGB (Red+Green+Blue) = 121+54+12=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #79360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79360C is #86C9F3. Grayscale: #454545. Windows color (decimal): -8833524 or 800377. OLE color: 800377.
HSL color Cylindrical-coordinate representation of color #79360C: hue angle of 23.12º 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 #79360C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 54 | 12 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.53 |
| HSL | 23.12º | 0.82% | 0.26% | - |
| HSV(B) | 23.12º | 0.9% | 0.47% | - |
| XYZ | 9.27 | 6.73 | 1.16 | - |
| YUV | 69.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 12 | 0 | 0.55 | 0.90 | 0.53 | 23.12 | 0.82 | 0.26 |
| Hex | 79 | 36 | C | 0 | 37 | 5A | 35 | 17 | 52 | 1A |
| Octal | 171 | 66 | 14 | 0 | 67 | 132 | 65 | 27 | 122 | 32 |
| Binary | 1111001 | 110110 | 1100 | 0 | 110111 | 1011010 | 110101 | 10111 | 1010010 | 11010 |
Color Harmonies of #79360C
Complementary color
Monochromatic Colors of #79360C
Black with #79360C
Text Example
Text Example
White with #79360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79360C; }
p { color: rgb(121,54,12); }
H1.HeaderClassName
{
color: #79360C;
}
.AnyTagClassName
{
color: #79360C;
}
</style>
background-color css
<style>
a { background-color: #79360C; }
a { background-color: rgb(121,54,12); }
div.DivClassName
{
background-color: #79360C;
}
.BgClassName
{
background-color: #79360C;
}
</style>
border-color css
<style>
span { border-color: #79360C; }
span { border-color: rgb(121,54,12); }
td.TdClassName
{
border-color: #79360C;
}
.TagClassName
{
border-color: #79360C;
}
</style>