Shades of Peru Tan #7E3317
Tints of Peru Tan #7E3317
RGB
CMYK
RGB Variations
Color information
#7E3317 (or 0x7E3317) is known color: Peru Tan. HEX triplet: 7E, 33 and 17. RGB value is (126,51,23). Sum of RGB (Red+Green+Blue) = 126+51+23=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3317 is #81CCE8. Grayscale: #464646. Windows color (decimal): -8506601 or 1520510. OLE color: 1520510.
HSL color Cylindrical-coordinate representation of color #7E3317: hue angle of 16.31º 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 #7E3317 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 23 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.51 |
| HSL | 16.31º | 0.69% | 0.29% | - |
| HSV(B) | 16.31º | 0.82% | 0.49% | - |
| XYZ | 9.94 | 6.87 | 1.61 | - |
| YUV | 70.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 23 | 0 | 0.60 | 0.82 | 0.51 | 16.31 | 0.69 | 0.29 |
| Hex | 7E | 33 | 17 | 0 | 3C | 52 | 33 | 10 | 45 | 1D |
| Octal | 176 | 63 | 27 | 0 | 74 | 122 | 63 | 20 | 105 | 35 |
| Binary | 1111110 | 110011 | 10111 | 0 | 111100 | 1010010 | 110011 | 10000 | 1000101 | 11101 |
Color Harmonies of #7E3317
Complementary color
Monochromatic Colors of #7E3317
Black with #7E3317
Text Example
Text Example
White with #7E3317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3317; }
p { color: rgb(126,51,23); }
H1.HeaderClassName
{
color: #7E3317;
}
.AnyTagClassName
{
color: #7E3317;
}
</style>
background-color css
<style>
a { background-color: #7E3317; }
a { background-color: rgb(126,51,23); }
div.DivClassName
{
background-color: #7E3317;
}
.BgClassName
{
background-color: #7E3317;
}
</style>
border-color css
<style>
span { border-color: #7E3317; }
span { border-color: rgb(126,51,23); }
td.TdClassName
{
border-color: #7E3317;
}
.TagClassName
{
border-color: #7E3317;
}
</style>