Shades of Peru Tan #7D3312
Tints of Peru Tan #7D3312
RGB
CMYK
RGB Variations
Color information
#7D3312 (or 0x7D3312) is known color: Peru Tan. HEX triplet: 7D, 33 and 12. RGB value is (125,51,18). Sum of RGB (Red+Green+Blue) = 125+51+18=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3312 is #82CCED. Grayscale: #454545. Windows color (decimal): -8572142 or 1192829. OLE color: 1192829.
HSL color Cylindrical-coordinate representation of color #7D3312: hue angle of 18.5º degrees, saturation: 0.75, 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 #7D3312 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 18 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.51 |
| HSL | 18.5º | 0.75% | 0.28% | - |
| HSV(B) | 18.5º | 0.86% | 0.49% | - |
| XYZ | 9.75 | 6.77 | 1.37 | - |
| YUV | 69.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 18 | 0 | 0.59 | 0.86 | 0.51 | 18.5 | 0.75 | 0.28 |
| Hex | 7D | 33 | 12 | 0 | 3B | 56 | 33 | 13 | 4B | 1C |
| Octal | 175 | 63 | 22 | 0 | 73 | 126 | 63 | 23 | 113 | 34 |
| Binary | 1111101 | 110011 | 10010 | 0 | 111011 | 1010110 | 110011 | 10011 | 1001011 | 11100 |
Color Harmonies of #7D3312
Complementary color
Monochromatic Colors of #7D3312
Black with #7D3312
Text Example
Text Example
White with #7D3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3312; }
p { color: rgb(125,51,18); }
H1.HeaderClassName
{
color: #7D3312;
}
.AnyTagClassName
{
color: #7D3312;
}
</style>
background-color css
<style>
a { background-color: #7D3312; }
a { background-color: rgb(125,51,18); }
div.DivClassName
{
background-color: #7D3312;
}
.BgClassName
{
background-color: #7D3312;
}
</style>
border-color css
<style>
span { border-color: #7D3312; }
span { border-color: rgb(125,51,18); }
td.TdClassName
{
border-color: #7D3312;
}
.TagClassName
{
border-color: #7D3312;
}
</style>