Shades of Peru Tan #7D3E1D
Tints of Peru Tan #7D3E1D
RGB
CMYK
RGB Variations
Color information
#7D3E1D (or 0x7D3E1D) is known color: Peru Tan. HEX triplet: 7D, 3E and 1D. RGB value is (125,62,29). Sum of RGB (Red+Green+Blue) = 125+62+29=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E1D is #82C1E2. Grayscale: #4D4D4D. Windows color (decimal): -8569315 or 1916541. OLE color: 1916541.
HSL color Cylindrical-coordinate representation of color #7D3E1D: hue angle of 20.62º 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 #7D3E1D is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 62 | 29 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.51 |
| HSL | 20.63º | 0.62% | 0.3% | - |
| HSV(B) | 20.63º | 0.77% | 0.49% | - |
| XYZ | 10.4 | 7.89 | 2.14 | - |
| YUV | 77.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 29 | 0 | 0.50 | 0.77 | 0.51 | 20.63 | 0.62 | 0.3 |
| Hex | 7D | 3E | 1D | 0 | 32 | 4D | 33 | 15 | 3E | 1E |
| Octal | 175 | 76 | 35 | 0 | 62 | 115 | 63 | 25 | 76 | 36 |
| Binary | 1111101 | 111110 | 11101 | 0 | 110010 | 1001101 | 110011 | 10101 | 111110 | 11110 |
Color Harmonies of #7D3E1D
Complementary color
Monochromatic Colors of #7D3E1D
Black with #7D3E1D
Text Example
Text Example
White with #7D3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E1D; }
p { color: rgb(125,62,29); }
H1.HeaderClassName
{
color: #7D3E1D;
}
.AnyTagClassName
{
color: #7D3E1D;
}
</style>
background-color css
<style>
a { background-color: #7D3E1D; }
a { background-color: rgb(125,62,29); }
div.DivClassName
{
background-color: #7D3E1D;
}
.BgClassName
{
background-color: #7D3E1D;
}
</style>
border-color css
<style>
span { border-color: #7D3E1D; }
span { border-color: rgb(125,62,29); }
td.TdClassName
{
border-color: #7D3E1D;
}
.TagClassName
{
border-color: #7D3E1D;
}
</style>