Shades of Peru Tan #7D3610
Tints of Peru Tan #7D3610
RGB
CMYK
RGB Variations
Color information
#7D3610 (or 0x7D3610) is known color: Peru Tan. HEX triplet: 7D, 36 and 10. RGB value is (125,54,16). Sum of RGB (Red+Green+Blue) = 125+54+16=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3610 is #82C9EF. Grayscale: #474747. Windows color (decimal): -8571376 or 1062525. OLE color: 1062525.
HSL color Cylindrical-coordinate representation of color #7D3610: hue angle of 20.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D3610 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 16 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.51 |
| HSL | 20.92º | 0.77% | 0.28% | - |
| HSV(B) | 20.92º | 0.87% | 0.49% | - |
| XYZ | 9.87 | 7.04 | 1.33 | - |
| YUV | 70.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 16 | 0 | 0.57 | 0.87 | 0.51 | 20.92 | 0.77 | 0.28 |
| Hex | 7D | 36 | 10 | 0 | 39 | 57 | 33 | 15 | 4D | 1C |
| Octal | 175 | 66 | 20 | 0 | 71 | 127 | 63 | 25 | 115 | 34 |
| Binary | 1111101 | 110110 | 10000 | 0 | 111001 | 1010111 | 110011 | 10101 | 1001101 | 11100 |
Color Harmonies of #7D3610
Complementary color
Monochromatic Colors of #7D3610
Black with #7D3610
Text Example
Text Example
White with #7D3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3610; }
p { color: rgb(125,54,16); }
H1.HeaderClassName
{
color: #7D3610;
}
.AnyTagClassName
{
color: #7D3610;
}
</style>
background-color css
<style>
a { background-color: #7D3610; }
a { background-color: rgb(125,54,16); }
div.DivClassName
{
background-color: #7D3610;
}
.BgClassName
{
background-color: #7D3610;
}
</style>
border-color css
<style>
span { border-color: #7D3610; }
span { border-color: rgb(125,54,16); }
td.TdClassName
{
border-color: #7D3610;
}
.TagClassName
{
border-color: #7D3610;
}
</style>