Shades of Peru Tan #7C3219
Tints of Peru Tan #7C3219
RGB
CMYK
RGB Variations
Color information
#7C3219 (or 0x7C3219) is known color: Peru Tan. HEX triplet: 7C, 32 and 19. RGB value is (124,50,25). Sum of RGB (Red+Green+Blue) = 124+50+25=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3219 is #83CDE6. Grayscale: #454545. Windows color (decimal): -8637927 or 1651324. OLE color: 1651324.
HSL color Cylindrical-coordinate representation of color #7C3219: hue angle of 15.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C3219 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 25 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.51 |
| HSL | 15.15º | 0.66% | 0.29% | - |
| HSV(B) | 15.15º | 0.8% | 0.49% | - |
| XYZ | 9.63 | 6.64 | 1.69 | - |
| YUV | 69.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 25 | 0 | 0.60 | 0.80 | 0.51 | 15.15 | 0.66 | 0.29 |
| Hex | 7C | 32 | 19 | 0 | 3C | 50 | 33 | F | 42 | 1D |
| Octal | 174 | 62 | 31 | 0 | 74 | 120 | 63 | 17 | 102 | 35 |
| Binary | 1111100 | 110010 | 11001 | 0 | 111100 | 1010000 | 110011 | 1111 | 1000010 | 11101 |
Color Harmonies of #7C3219
Complementary color
Monochromatic Colors of #7C3219
Black with #7C3219
Text Example
Text Example
White with #7C3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3219; }
p { color: rgb(124,50,25); }
H1.HeaderClassName
{
color: #7C3219;
}
.AnyTagClassName
{
color: #7C3219;
}
</style>
background-color css
<style>
a { background-color: #7C3219; }
a { background-color: rgb(124,50,25); }
div.DivClassName
{
background-color: #7C3219;
}
.BgClassName
{
background-color: #7C3219;
}
</style>
border-color css
<style>
span { border-color: #7C3219; }
span { border-color: rgb(124,50,25); }
td.TdClassName
{
border-color: #7C3219;
}
.TagClassName
{
border-color: #7C3219;
}
</style>