Shades of Peru Tan #7A3315
Tints of Peru Tan #7A3315
RGB
CMYK
RGB Variations
Color information
#7A3315 (or 0x7A3315) is known color: Peru Tan. HEX triplet: 7A, 33 and 15. RGB value is (122,51,21). Sum of RGB (Red+Green+Blue) = 122+51+21=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3315 is #85CCEA. Grayscale: #454545. Windows color (decimal): -8768747 or 1389434. OLE color: 1389434.
HSL color Cylindrical-coordinate representation of color #7A3315: hue angle of 17.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A3315 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 21 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.52 |
| HSL | 17.82º | 0.71% | 0.28% | - |
| HSV(B) | 17.82º | 0.83% | 0.48% | - |
| XYZ | 9.35 | 6.56 | 1.48 | - |
| YUV | 68.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 21 | 0 | 0.58 | 0.83 | 0.52 | 17.82 | 0.71 | 0.28 |
| Hex | 7A | 33 | 15 | 0 | 3A | 53 | 34 | 12 | 47 | 1C |
| Octal | 172 | 63 | 25 | 0 | 72 | 123 | 64 | 22 | 107 | 34 |
| Binary | 1111010 | 110011 | 10101 | 0 | 111010 | 1010011 | 110100 | 10010 | 1000111 | 11100 |
Color Harmonies of #7A3315
Complementary color
Monochromatic Colors of #7A3315
Black with #7A3315
Text Example
Text Example
White with #7A3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3315; }
p { color: rgb(122,51,21); }
H1.HeaderClassName
{
color: #7A3315;
}
.AnyTagClassName
{
color: #7A3315;
}
</style>
background-color css
<style>
a { background-color: #7A3315; }
a { background-color: rgb(122,51,21); }
div.DivClassName
{
background-color: #7A3315;
}
.BgClassName
{
background-color: #7A3315;
}
</style>
border-color css
<style>
span { border-color: #7A3315; }
span { border-color: rgb(122,51,21); }
td.TdClassName
{
border-color: #7A3315;
}
.TagClassName
{
border-color: #7A3315;
}
</style>