Shades of Peru Tan #7C3016
Tints of Peru Tan #7C3016
RGB
CMYK
RGB Variations
Color information
#7C3016 (or 0x7C3016) is known color: Peru Tan. HEX triplet: 7C, 30 and 16. RGB value is (124,48,22). Sum of RGB (Red+Green+Blue) = 124+48+22=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3016 is #83CFE9. Grayscale: #434343. Windows color (decimal): -8638442 or 1454204. OLE color: 1454204.
HSL color Cylindrical-coordinate representation of color #7C3016: hue angle of 15.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C3016 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 22 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.51 |
| HSL | 15.29º | 0.7% | 0.29% | - |
| HSV(B) | 15.29º | 0.82% | 0.49% | - |
| XYZ | 9.51 | 6.46 | 1.5 | - |
| YUV | 67.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 22 | 0 | 0.61 | 0.82 | 0.51 | 15.29 | 0.7 | 0.29 |
| Hex | 7C | 30 | 16 | 0 | 3D | 52 | 33 | F | 46 | 1D |
| Octal | 174 | 60 | 26 | 0 | 75 | 122 | 63 | 17 | 106 | 35 |
| Binary | 1111100 | 110000 | 10110 | 0 | 111101 | 1010010 | 110011 | 1111 | 1000110 | 11101 |
Color Harmonies of #7C3016
Complementary color
Monochromatic Colors of #7C3016
Black with #7C3016
Text Example
Text Example
White with #7C3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3016; }
p { color: rgb(124,48,22); }
H1.HeaderClassName
{
color: #7C3016;
}
.AnyTagClassName
{
color: #7C3016;
}
</style>
background-color css
<style>
a { background-color: #7C3016; }
a { background-color: rgb(124,48,22); }
div.DivClassName
{
background-color: #7C3016;
}
.BgClassName
{
background-color: #7C3016;
}
</style>
border-color css
<style>
span { border-color: #7C3016; }
span { border-color: rgb(124,48,22); }
td.TdClassName
{
border-color: #7C3016;
}
.TagClassName
{
border-color: #7C3016;
}
</style>