Shades of Peru Tan #7D3311
Tints of Peru Tan #7D3311
RGB
CMYK
RGB Variations
Color information
#7D3311 (or 0x7D3311) is known color: Peru Tan. HEX triplet: 7D, 33 and 11. RGB value is (125,51,17). Sum of RGB (Red+Green+Blue) = 125+51+17=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3311 is #82CCEE. Grayscale: #454545. Windows color (decimal): -8572143 or 1127293. OLE color: 1127293.
HSL color Cylindrical-coordinate representation of color #7D3311: hue angle of 18.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D3311 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 17 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.51 |
| HSL | 18.89º | 0.76% | 0.28% | - |
| HSV(B) | 18.89º | 0.86% | 0.49% | - |
| XYZ | 9.74 | 6.77 | 1.32 | - |
| YUV | 69.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 17 | 0 | 0.59 | 0.86 | 0.51 | 18.89 | 0.76 | 0.28 |
| Hex | 7D | 33 | 11 | 0 | 3B | 56 | 33 | 13 | 4C | 1C |
| Octal | 175 | 63 | 21 | 0 | 73 | 126 | 63 | 23 | 114 | 34 |
| Binary | 1111101 | 110011 | 10001 | 0 | 111011 | 1010110 | 110011 | 10011 | 1001100 | 11100 |
Color Harmonies of #7D3311
Complementary color
Monochromatic Colors of #7D3311
Black with #7D3311
Text Example
Text Example
White with #7D3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3311; }
p { color: rgb(125,51,17); }
H1.HeaderClassName
{
color: #7D3311;
}
.AnyTagClassName
{
color: #7D3311;
}
</style>
background-color css
<style>
a { background-color: #7D3311; }
a { background-color: rgb(125,51,17); }
div.DivClassName
{
background-color: #7D3311;
}
.BgClassName
{
background-color: #7D3311;
}
</style>
border-color css
<style>
span { border-color: #7D3311; }
span { border-color: rgb(125,51,17); }
td.TdClassName
{
border-color: #7D3311;
}
.TagClassName
{
border-color: #7D3311;
}
</style>