Shades of Peru Tan #7D3010
Tints of Peru Tan #7D3010
RGB
CMYK
RGB Variations
Color information
#7D3010 (or 0x7D3010) is known color: Peru Tan. HEX triplet: 7D, 30 and 10. RGB value is (125,48,16). Sum of RGB (Red+Green+Blue) = 125+48+16=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3010 is #82CFEF. Grayscale: #434343. Windows color (decimal): -8572912 or 1060989. OLE color: 1060989.
HSL color Cylindrical-coordinate representation of color #7D3010: hue angle of 17.61º 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 #7D3010 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 48 | 16 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.51 |
| HSL | 17.61º | 0.77% | 0.28% | - |
| HSV(B) | 17.61º | 0.87% | 0.49% | - |
| XYZ | 9.61 | 6.51 | 1.24 | - |
| YUV | 67.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 16 | 0 | 0.62 | 0.87 | 0.51 | 17.61 | 0.77 | 0.28 |
| Hex | 7D | 30 | 10 | 0 | 3E | 57 | 33 | 12 | 4D | 1C |
| Octal | 175 | 60 | 20 | 0 | 76 | 127 | 63 | 22 | 115 | 34 |
| Binary | 1111101 | 110000 | 10000 | 0 | 111110 | 1010111 | 110011 | 10010 | 1001101 | 11100 |
Color Harmonies of #7D3010
Complementary color
Monochromatic Colors of #7D3010
Black with #7D3010
Text Example
Text Example
White with #7D3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3010; }
p { color: rgb(125,48,16); }
H1.HeaderClassName
{
color: #7D3010;
}
.AnyTagClassName
{
color: #7D3010;
}
</style>
background-color css
<style>
a { background-color: #7D3010; }
a { background-color: rgb(125,48,16); }
div.DivClassName
{
background-color: #7D3010;
}
.BgClassName
{
background-color: #7D3010;
}
</style>
border-color css
<style>
span { border-color: #7D3010; }
span { border-color: rgb(125,48,16); }
td.TdClassName
{
border-color: #7D3010;
}
.TagClassName
{
border-color: #7D3010;
}
</style>