Shades of Peru Tan #7D3613
Tints of Peru Tan #7D3613
RGB
CMYK
RGB Variations
Color information
#7D3613 (or 0x7D3613) is known color: Peru Tan. HEX triplet: 7D, 36 and 13. RGB value is (125,54,19). Sum of RGB (Red+Green+Blue) = 125+54+19=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3613 is #82C9EC. Grayscale: #474747. Windows color (decimal): -8571373 or 1259133. OLE color: 1259133.
HSL color Cylindrical-coordinate representation of color #7D3613: hue angle of 19.81º 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 #7D3613 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 19 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.51 |
| HSL | 19.81º | 0.74% | 0.28% | - |
| HSV(B) | 19.81º | 0.85% | 0.49% | - |
| XYZ | 9.89 | 7.05 | 1.45 | - |
| YUV | 71.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 19 | 0 | 0.57 | 0.85 | 0.51 | 19.81 | 0.74 | 0.28 |
| Hex | 7D | 36 | 13 | 0 | 39 | 55 | 33 | 14 | 4A | 1C |
| Octal | 175 | 66 | 23 | 0 | 71 | 125 | 63 | 24 | 112 | 34 |
| Binary | 1111101 | 110110 | 10011 | 0 | 111001 | 1010101 | 110011 | 10100 | 1001010 | 11100 |
Color Harmonies of #7D3613
Complementary color
Monochromatic Colors of #7D3613
Black with #7D3613
Text Example
Text Example
White with #7D3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3613; }
p { color: rgb(125,54,19); }
H1.HeaderClassName
{
color: #7D3613;
}
.AnyTagClassName
{
color: #7D3613;
}
</style>
background-color css
<style>
a { background-color: #7D3613; }
a { background-color: rgb(125,54,19); }
div.DivClassName
{
background-color: #7D3613;
}
.BgClassName
{
background-color: #7D3613;
}
</style>
border-color css
<style>
span { border-color: #7D3613; }
span { border-color: rgb(125,54,19); }
td.TdClassName
{
border-color: #7D3613;
}
.TagClassName
{
border-color: #7D3613;
}
</style>