Shades of Peru Tan #7D3917
Tints of Peru Tan #7D3917
RGB
CMYK
RGB Variations
Color information
#7D3917 (or 0x7D3917) is known color: Peru Tan. HEX triplet: 7D, 39 and 17. RGB value is (125,57,23). Sum of RGB (Red+Green+Blue) = 125+57+23=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3917 is #82C6E8. Grayscale: #494949. Windows color (decimal): -8570601 or 1522045. OLE color: 1522045.
HSL color Cylindrical-coordinate representation of color #7D3917: hue angle of 20º degrees, saturation: 0.69, 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 #7D3917 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 23 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.51 |
| HSL | 20º | 0.69% | 0.29% | - |
| HSV(B) | 20º | 0.82% | 0.49% | - |
| XYZ | 10.08 | 7.35 | 1.7 | - |
| YUV | 73.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 23 | 0 | 0.54 | 0.82 | 0.51 | 20 | 0.69 | 0.29 |
| Hex | 7D | 39 | 17 | 0 | 36 | 52 | 33 | 14 | 45 | 1D |
| Octal | 175 | 71 | 27 | 0 | 66 | 122 | 63 | 24 | 105 | 35 |
| Binary | 1111101 | 111001 | 10111 | 0 | 110110 | 1010010 | 110011 | 10100 | 1000101 | 11101 |
Color Harmonies of #7D3917
Complementary color
Monochromatic Colors of #7D3917
Black with #7D3917
Text Example
Text Example
White with #7D3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3917; }
p { color: rgb(125,57,23); }
H1.HeaderClassName
{
color: #7D3917;
}
.AnyTagClassName
{
color: #7D3917;
}
</style>
background-color css
<style>
a { background-color: #7D3917; }
a { background-color: rgb(125,57,23); }
div.DivClassName
{
background-color: #7D3917;
}
.BgClassName
{
background-color: #7D3917;
}
</style>
border-color css
<style>
span { border-color: #7D3917; }
span { border-color: rgb(125,57,23); }
td.TdClassName
{
border-color: #7D3917;
}
.TagClassName
{
border-color: #7D3917;
}
</style>