Shades of Peru Tan #7F3619
Tints of Peru Tan #7F3619
RGB
CMYK
RGB Variations
Color information
#7F3619 (or 0x7F3619) is known color: Peru Tan. HEX triplet: 7F, 36 and 19. RGB value is (127,54,25). Sum of RGB (Red+Green+Blue) = 127+54+25=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3619 is #80C9E6. Grayscale: #484848. Windows color (decimal): -8440295 or 1652351. OLE color: 1652351.
HSL color Cylindrical-coordinate representation of color #7F3619: hue angle of 17.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F3619 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 25 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.50 |
| HSL | 17.06º | 0.67% | 0.3% | - |
| HSV(B) | 17.06º | 0.8% | 0.5% | - |
| XYZ | 10.25 | 7.22 | 1.77 | - |
| YUV | 72.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 25 | 0 | 0.57 | 0.80 | 0.50 | 17.06 | 0.67 | 0.3 |
| Hex | 7F | 36 | 19 | 0 | 39 | 50 | 32 | 11 | 43 | 1E |
| Octal | 177 | 66 | 31 | 0 | 71 | 120 | 62 | 21 | 103 | 36 |
| Binary | 1111111 | 110110 | 11001 | 0 | 111001 | 1010000 | 110010 | 10001 | 1000011 | 11110 |
Color Harmonies of #7F3619
Complementary color
Monochromatic Colors of #7F3619
Black with #7F3619
Text Example
Text Example
White with #7F3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3619; }
p { color: rgb(127,54,25); }
H1.HeaderClassName
{
color: #7F3619;
}
.AnyTagClassName
{
color: #7F3619;
}
</style>
background-color css
<style>
a { background-color: #7F3619; }
a { background-color: rgb(127,54,25); }
div.DivClassName
{
background-color: #7F3619;
}
.BgClassName
{
background-color: #7F3619;
}
</style>
border-color css
<style>
span { border-color: #7F3619; }
span { border-color: rgb(127,54,25); }
td.TdClassName
{
border-color: #7F3619;
}
.TagClassName
{
border-color: #7F3619;
}
</style>