Shades of Peru Tan #7C341D
Tints of Peru Tan #7C341D
RGB
CMYK
RGB Variations
Color information
#7C341D (or 0x7C341D) is known color: Peru Tan. HEX triplet: 7C, 34 and 1D. RGB value is (124,52,29). Sum of RGB (Red+Green+Blue) = 124+52+29=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C341D is #83CBE2. Grayscale: #474747. Windows color (decimal): -8637411 or 1913980. OLE color: 1913980.
HSL color Cylindrical-coordinate representation of color #7C341D: hue angle of 14.53º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C341D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 29 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.51 |
| HSL | 14.53º | 0.62% | 0.3% | - |
| HSV(B) | 14.53º | 0.77% | 0.49% | - |
| XYZ | 9.76 | 6.83 | 1.97 | - |
| YUV | 70.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 29 | 0 | 0.58 | 0.77 | 0.51 | 14.53 | 0.62 | 0.3 |
| Hex | 7C | 34 | 1D | 0 | 3A | 4D | 33 | F | 3E | 1E |
| Octal | 174 | 64 | 35 | 0 | 72 | 115 | 63 | 17 | 76 | 36 |
| Binary | 1111100 | 110100 | 11101 | 0 | 111010 | 1001101 | 110011 | 1111 | 111110 | 11110 |
Color Harmonies of #7C341D
Complementary color
Monochromatic Colors of #7C341D
Black with #7C341D
Text Example
Text Example
White with #7C341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C341D; }
p { color: rgb(124,52,29); }
H1.HeaderClassName
{
color: #7C341D;
}
.AnyTagClassName
{
color: #7C341D;
}
</style>
background-color css
<style>
a { background-color: #7C341D; }
a { background-color: rgb(124,52,29); }
div.DivClassName
{
background-color: #7C341D;
}
.BgClassName
{
background-color: #7C341D;
}
</style>
border-color css
<style>
span { border-color: #7C341D; }
span { border-color: rgb(124,52,29); }
td.TdClassName
{
border-color: #7C341D;
}
.TagClassName
{
border-color: #7C341D;
}
</style>