Shades of Peru Tan #7D3B16
Tints of Peru Tan #7D3B16
RGB
CMYK
RGB Variations
Color information
#7D3B16 (or 0x7D3B16) is known color: Peru Tan. HEX triplet: 7D, 3B and 16. RGB value is (125,59,22). Sum of RGB (Red+Green+Blue) = 125+59+22=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3B16 is #82C4E9. Grayscale: #4A4A4A. Windows color (decimal): -8570090 or 1457021. OLE color: 1457021.
HSL color Cylindrical-coordinate representation of color #7D3B16: hue angle of 21.55º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D3B16 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 59 | 22 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.51 |
| HSL | 21.55º | 0.7% | 0.29% | - |
| HSV(B) | 21.55º | 0.82% | 0.49% | - |
| XYZ | 10.17 | 7.55 | 1.68 | - |
| YUV | 74.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 22 | 0 | 0.53 | 0.82 | 0.51 | 21.55 | 0.7 | 0.29 |
| Hex | 7D | 3B | 16 | 0 | 35 | 52 | 33 | 16 | 46 | 1D |
| Octal | 175 | 73 | 26 | 0 | 65 | 122 | 63 | 26 | 106 | 35 |
| Binary | 1111101 | 111011 | 10110 | 0 | 110101 | 1010010 | 110011 | 10110 | 1000110 | 11101 |
Color Harmonies of #7D3B16
Complementary color
Monochromatic Colors of #7D3B16
Black with #7D3B16
Text Example
Text Example
White with #7D3B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3B16; }
p { color: rgb(125,59,22); }
H1.HeaderClassName
{
color: #7D3B16;
}
.AnyTagClassName
{
color: #7D3B16;
}
</style>
background-color css
<style>
a { background-color: #7D3B16; }
a { background-color: rgb(125,59,22); }
div.DivClassName
{
background-color: #7D3B16;
}
.BgClassName
{
background-color: #7D3B16;
}
</style>
border-color css
<style>
span { border-color: #7D3B16; }
span { border-color: rgb(125,59,22); }
td.TdClassName
{
border-color: #7D3B16;
}
.TagClassName
{
border-color: #7D3B16;
}
</style>