Shades of Peru Tan #7F3617
Tints of Peru Tan #7F3617
RGB
CMYK
RGB Variations
Color information
#7F3617 (or 0x7F3617) is known color: Peru Tan. HEX triplet: 7F, 36 and 17. RGB value is (127,54,23). Sum of RGB (Red+Green+Blue) = 127+54+23=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3617 is #80C9E8. Grayscale: #484848. Windows color (decimal): -8440297 or 1521279. OLE color: 1521279.
HSL color Cylindrical-coordinate representation of color #7F3617: hue angle of 17.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F3617 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 23 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.50 |
| HSL | 17.88º | 0.69% | 0.29% | - |
| HSV(B) | 17.88º | 0.82% | 0.5% | - |
| XYZ | 10.23 | 7.21 | 1.66 | - |
| YUV | 72.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 23 | 0 | 0.57 | 0.82 | 0.50 | 17.88 | 0.69 | 0.29 |
| Hex | 7F | 36 | 17 | 0 | 39 | 52 | 32 | 12 | 45 | 1D |
| Octal | 177 | 66 | 27 | 0 | 71 | 122 | 62 | 22 | 105 | 35 |
| Binary | 1111111 | 110110 | 10111 | 0 | 111001 | 1010010 | 110010 | 10010 | 1000101 | 11101 |
Color Harmonies of #7F3617
Complementary color
Monochromatic Colors of #7F3617
Black with #7F3617
Text Example
Text Example
White with #7F3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3617; }
p { color: rgb(127,54,23); }
H1.HeaderClassName
{
color: #7F3617;
}
.AnyTagClassName
{
color: #7F3617;
}
</style>
background-color css
<style>
a { background-color: #7F3617; }
a { background-color: rgb(127,54,23); }
div.DivClassName
{
background-color: #7F3617;
}
.BgClassName
{
background-color: #7F3617;
}
</style>
border-color css
<style>
span { border-color: #7F3617; }
span { border-color: rgb(127,54,23); }
td.TdClassName
{
border-color: #7F3617;
}
.TagClassName
{
border-color: #7F3617;
}
</style>