Shades of Peru Tan #7D3117
Tints of Peru Tan #7D3117
RGB
CMYK
RGB Variations
Color information
#7D3117 (or 0x7D3117) is known color: Peru Tan. HEX triplet: 7D, 31 and 17. RGB value is (125,49,23). Sum of RGB (Red+Green+Blue) = 125+49+23=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3117 is #82CEE8. Grayscale: #444444. Windows color (decimal): -8572649 or 1519997. OLE color: 1519997.
HSL color Cylindrical-coordinate representation of color #7D3117: hue angle of 15.29º degrees, saturation: 0.69, 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 #7D3117 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 23 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.51 |
| HSL | 15.29º | 0.69% | 0.29% | - |
| HSV(B) | 15.29º | 0.82% | 0.49% | - |
| XYZ | 9.71 | 6.62 | 1.58 | - |
| YUV | 68.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 23 | 0 | 0.61 | 0.82 | 0.51 | 15.29 | 0.69 | 0.29 |
| Hex | 7D | 31 | 17 | 0 | 3D | 52 | 33 | F | 45 | 1D |
| Octal | 175 | 61 | 27 | 0 | 75 | 122 | 63 | 17 | 105 | 35 |
| Binary | 1111101 | 110001 | 10111 | 0 | 111101 | 1010010 | 110011 | 1111 | 1000101 | 11101 |
Color Harmonies of #7D3117
Complementary color
Monochromatic Colors of #7D3117
Black with #7D3117
Text Example
Text Example
White with #7D3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3117; }
p { color: rgb(125,49,23); }
H1.HeaderClassName
{
color: #7D3117;
}
.AnyTagClassName
{
color: #7D3117;
}
</style>
background-color css
<style>
a { background-color: #7D3117; }
a { background-color: rgb(125,49,23); }
div.DivClassName
{
background-color: #7D3117;
}
.BgClassName
{
background-color: #7D3117;
}
</style>
border-color css
<style>
span { border-color: #7D3117; }
span { border-color: rgb(125,49,23); }
td.TdClassName
{
border-color: #7D3117;
}
.TagClassName
{
border-color: #7D3117;
}
</style>