Shades of Peru Tan #7D3115
Tints of Peru Tan #7D3115
RGB
CMYK
RGB Variations
Color information
#7D3115 (or 0x7D3115) is known color: Peru Tan. HEX triplet: 7D, 31 and 15. RGB value is (125,49,21). Sum of RGB (Red+Green+Blue) = 125+49+21=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3115 is #82CEEA. Grayscale: #444444. Windows color (decimal): -8572651 or 1388925. OLE color: 1388925.
HSL color Cylindrical-coordinate representation of color #7D3115: hue angle of 16.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D3115 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 21 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.51 |
| HSL | 16.15º | 0.71% | 0.29% | - |
| HSV(B) | 16.15º | 0.83% | 0.49% | - |
| XYZ | 9.69 | 6.61 | 1.47 | - |
| YUV | 68.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 21 | 0 | 0.61 | 0.83 | 0.51 | 16.15 | 0.71 | 0.29 |
| Hex | 7D | 31 | 15 | 0 | 3D | 53 | 33 | 10 | 47 | 1D |
| Octal | 175 | 61 | 25 | 0 | 75 | 123 | 63 | 20 | 107 | 35 |
| Binary | 1111101 | 110001 | 10101 | 0 | 111101 | 1010011 | 110011 | 10000 | 1000111 | 11101 |
Color Harmonies of #7D3115
Complementary color
Monochromatic Colors of #7D3115
Black with #7D3115
Text Example
Text Example
White with #7D3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3115; }
p { color: rgb(125,49,21); }
H1.HeaderClassName
{
color: #7D3115;
}
.AnyTagClassName
{
color: #7D3115;
}
</style>
background-color css
<style>
a { background-color: #7D3115; }
a { background-color: rgb(125,49,21); }
div.DivClassName
{
background-color: #7D3115;
}
.BgClassName
{
background-color: #7D3115;
}
</style>
border-color css
<style>
span { border-color: #7D3115; }
span { border-color: rgb(125,49,21); }
td.TdClassName
{
border-color: #7D3115;
}
.TagClassName
{
border-color: #7D3115;
}
</style>