Shades of Peru Tan #7C3315
Tints of Peru Tan #7C3315
RGB
CMYK
RGB Variations
Color information
#7C3315 (or 0x7C3315) is known color: Peru Tan. HEX triplet: 7C, 33 and 15. RGB value is (124,51,21). Sum of RGB (Red+Green+Blue) = 124+51+21=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3315 is #83CCEA. Grayscale: #454545. Windows color (decimal): -8637675 or 1389436. OLE color: 1389436.
HSL color Cylindrical-coordinate representation of color #7C3315: hue angle of 17.48º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C3315 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 21 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.51 |
| HSL | 17.48º | 0.71% | 0.28% | - |
| HSV(B) | 17.48º | 0.83% | 0.49% | - |
| XYZ | 9.63 | 6.71 | 1.5 | - |
| YUV | 69.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 21 | 0 | 0.59 | 0.83 | 0.51 | 17.48 | 0.71 | 0.28 |
| Hex | 7C | 33 | 15 | 0 | 3B | 53 | 33 | 11 | 47 | 1C |
| Octal | 174 | 63 | 25 | 0 | 73 | 123 | 63 | 21 | 107 | 34 |
| Binary | 1111100 | 110011 | 10101 | 0 | 111011 | 1010011 | 110011 | 10001 | 1000111 | 11100 |
Color Harmonies of #7C3315
Complementary color
Monochromatic Colors of #7C3315
Black with #7C3315
Text Example
Text Example
White with #7C3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3315; }
p { color: rgb(124,51,21); }
H1.HeaderClassName
{
color: #7C3315;
}
.AnyTagClassName
{
color: #7C3315;
}
</style>
background-color css
<style>
a { background-color: #7C3315; }
a { background-color: rgb(124,51,21); }
div.DivClassName
{
background-color: #7C3315;
}
.BgClassName
{
background-color: #7C3315;
}
</style>
border-color css
<style>
span { border-color: #7C3315; }
span { border-color: rgb(124,51,21); }
td.TdClassName
{
border-color: #7C3315;
}
.TagClassName
{
border-color: #7C3315;
}
</style>