Shades of Peru Tan #7D3713
Tints of Peru Tan #7D3713
RGB
CMYK
RGB Variations
Color information
#7D3713 (or 0x7D3713) is known color: Peru Tan. HEX triplet: 7D, 37 and 13. RGB value is (125,55,19). Sum of RGB (Red+Green+Blue) = 125+55+19=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3713 is #82C8EC. Grayscale: #484848. Windows color (decimal): -8571117 or 1259389. OLE color: 1259389.
HSL color Cylindrical-coordinate representation of color #7D3713: hue angle of 20.38º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D3713 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 19 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.51 |
| HSL | 20.38º | 0.74% | 0.28% | - |
| HSV(B) | 20.38º | 0.85% | 0.49% | - |
| XYZ | 9.94 | 7.14 | 1.47 | - |
| YUV | 71.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 19 | 0 | 0.56 | 0.85 | 0.51 | 20.38 | 0.74 | 0.28 |
| Hex | 7D | 37 | 13 | 0 | 38 | 55 | 33 | 14 | 4A | 1C |
| Octal | 175 | 67 | 23 | 0 | 70 | 125 | 63 | 24 | 112 | 34 |
| Binary | 1111101 | 110111 | 10011 | 0 | 111000 | 1010101 | 110011 | 10100 | 1001010 | 11100 |
Color Harmonies of #7D3713
Complementary color
Monochromatic Colors of #7D3713
Black with #7D3713
Text Example
Text Example
White with #7D3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3713; }
p { color: rgb(125,55,19); }
H1.HeaderClassName
{
color: #7D3713;
}
.AnyTagClassName
{
color: #7D3713;
}
</style>
background-color css
<style>
a { background-color: #7D3713; }
a { background-color: rgb(125,55,19); }
div.DivClassName
{
background-color: #7D3713;
}
.BgClassName
{
background-color: #7D3713;
}
</style>
border-color css
<style>
span { border-color: #7D3713; }
span { border-color: rgb(125,55,19); }
td.TdClassName
{
border-color: #7D3713;
}
.TagClassName
{
border-color: #7D3713;
}
</style>