Shades of Peru Tan #7D3619
Tints of Peru Tan #7D3619
RGB
CMYK
RGB Variations
Color information
#7D3619 (or 0x7D3619) is known color: Peru Tan. HEX triplet: 7D, 36 and 19. RGB value is (125,54,25). Sum of RGB (Red+Green+Blue) = 125+54+25=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3619 is #82C9E6. Grayscale: #484848. Windows color (decimal): -8571367 or 1652349. OLE color: 1652349.
HSL color Cylindrical-coordinate representation of color #7D3619: hue angle of 17.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D3619 is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 25 | - |
| CMYK | 0 | 0.57 | 0.8 | 0.51 |
| HSL | 17.4º | 0.67% | 0.29% | - |
| HSV(B) | 17.4º | 0.8% | 0.49% | - |
| XYZ | 9.95 | 7.07 | 1.76 | - |
| YUV | 71.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 25 | 0 | 0.57 | 0.8 | 0.51 | 17.4 | 0.67 | 0.29 |
| Hex | 7D | 36 | 19 | 0 | 39 | 50 | 33 | 11 | 43 | 1D |
| Octal | 175 | 66 | 31 | 0 | 71 | 120 | 63 | 21 | 103 | 35 |
| Binary | 1111101 | 110110 | 11001 | 0 | 111001 | 1010000 | 110011 | 10001 | 1000011 | 11101 |
Color Harmonies of #7D3619
Complementary color
Monochromatic Colors of #7D3619
Black with #7D3619
Text Example
Text Example
White with #7D3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3619; }
p { color: rgb(125,54,25); }
H1.HeaderClassName
{
color: #7D3619;
}
.AnyTagClassName
{
color: #7D3619;
}
</style>
background-color css
<style>
a { background-color: #7D3619; }
a { background-color: rgb(125,54,25); }
div.DivClassName
{
background-color: #7D3619;
}
.BgClassName
{
background-color: #7D3619;
}
</style>
border-color css
<style>
span { border-color: #7D3619; }
span { border-color: rgb(125,54,25); }
td.TdClassName
{
border-color: #7D3619;
}
.TagClassName
{
border-color: #7D3619;
}
</style>