Shades of Peru Tan #7A3313
Tints of Peru Tan #7A3313
RGB
CMYK
RGB Variations
Color information
#7A3313 (or 0x7A3313) is known color: Peru Tan. HEX triplet: 7A, 33 and 13. RGB value is (122,51,19). Sum of RGB (Red+Green+Blue) = 122+51+19=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3313 is #85CCEC. Grayscale: #444444. Windows color (decimal): -8768749 or 1258362. OLE color: 1258362.
HSL color Cylindrical-coordinate representation of color #7A3313: hue angle of 18.64º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A3313 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 19 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.52 |
| HSL | 18.64º | 0.73% | 0.28% | - |
| HSV(B) | 18.64º | 0.84% | 0.48% | - |
| XYZ | 9.33 | 6.55 | 1.39 | - |
| YUV | 68.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 19 | 0 | 0.58 | 0.84 | 0.52 | 18.64 | 0.73 | 0.28 |
| Hex | 7A | 33 | 13 | 0 | 3A | 54 | 34 | 13 | 49 | 1C |
| Octal | 172 | 63 | 23 | 0 | 72 | 124 | 64 | 23 | 111 | 34 |
| Binary | 1111010 | 110011 | 10011 | 0 | 111010 | 1010100 | 110100 | 10011 | 1001001 | 11100 |
Color Harmonies of #7A3313
Complementary color
Monochromatic Colors of #7A3313
Black with #7A3313
Text Example
Text Example
White with #7A3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3313; }
p { color: rgb(122,51,19); }
H1.HeaderClassName
{
color: #7A3313;
}
.AnyTagClassName
{
color: #7A3313;
}
</style>
background-color css
<style>
a { background-color: #7A3313; }
a { background-color: rgb(122,51,19); }
div.DivClassName
{
background-color: #7A3313;
}
.BgClassName
{
background-color: #7A3313;
}
</style>
border-color css
<style>
span { border-color: #7A3313; }
span { border-color: rgb(122,51,19); }
td.TdClassName
{
border-color: #7A3313;
}
.TagClassName
{
border-color: #7A3313;
}
</style>