Shades of Peru Tan #7A3015
Tints of Peru Tan #7A3015
RGB
CMYK
RGB Variations
Color information
#7A3015 (or 0x7A3015) is known color: Peru Tan. HEX triplet: 7A, 30 and 15. RGB value is (122,48,21). Sum of RGB (Red+Green+Blue) = 122+48+21=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3015 is #85CFEA. Grayscale: #434343. Windows color (decimal): -8769515 or 1388666. OLE color: 1388666.
HSL color Cylindrical-coordinate representation of color #7A3015: hue angle of 16.04º 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 #7A3015 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 21 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.52 |
| HSL | 16.04º | 0.71% | 0.28% | - |
| HSV(B) | 16.04º | 0.83% | 0.48% | - |
| XYZ | 9.22 | 6.31 | 1.44 | - |
| YUV | 67.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 21 | 0 | 0.61 | 0.83 | 0.52 | 16.04 | 0.71 | 0.28 |
| Hex | 7A | 30 | 15 | 0 | 3D | 53 | 34 | 10 | 47 | 1C |
| Octal | 172 | 60 | 25 | 0 | 75 | 123 | 64 | 20 | 107 | 34 |
| Binary | 1111010 | 110000 | 10101 | 0 | 111101 | 1010011 | 110100 | 10000 | 1000111 | 11100 |
Color Harmonies of #7A3015
Complementary color
Monochromatic Colors of #7A3015
Black with #7A3015
Text Example
Text Example
White with #7A3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3015; }
p { color: rgb(122,48,21); }
H1.HeaderClassName
{
color: #7A3015;
}
.AnyTagClassName
{
color: #7A3015;
}
</style>
background-color css
<style>
a { background-color: #7A3015; }
a { background-color: rgb(122,48,21); }
div.DivClassName
{
background-color: #7A3015;
}
.BgClassName
{
background-color: #7A3015;
}
</style>
border-color css
<style>
span { border-color: #7A3015; }
span { border-color: rgb(122,48,21); }
td.TdClassName
{
border-color: #7A3015;
}
.TagClassName
{
border-color: #7A3015;
}
</style>