Shades of Peru Tan #7F3817
Tints of Peru Tan #7F3817
RGB
CMYK
RGB Variations
Color information
#7F3817 (or 0x7F3817) is known color: Peru Tan. HEX triplet: 7F, 38 and 17. RGB value is (127,56,23). Sum of RGB (Red+Green+Blue) = 127+56+23=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3817 is #80C7E8. Grayscale: #494949. Windows color (decimal): -8439785 or 1521791. OLE color: 1521791.
HSL color Cylindrical-coordinate representation of color #7F3817: hue angle of 19.04º 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 #7F3817 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 23 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.50 |
| HSL | 19.04º | 0.69% | 0.29% | - |
| HSV(B) | 19.04º | 0.82% | 0.5% | - |
| XYZ | 10.32 | 7.4 | 1.7 | - |
| YUV | 73.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 23 | 0 | 0.56 | 0.82 | 0.50 | 19.04 | 0.69 | 0.29 |
| Hex | 7F | 38 | 17 | 0 | 38 | 52 | 32 | 13 | 45 | 1D |
| Octal | 177 | 70 | 27 | 0 | 70 | 122 | 62 | 23 | 105 | 35 |
| Binary | 1111111 | 111000 | 10111 | 0 | 111000 | 1010010 | 110010 | 10011 | 1000101 | 11101 |
Color Harmonies of #7F3817
Complementary color
Monochromatic Colors of #7F3817
Black with #7F3817
Text Example
Text Example
White with #7F3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3817; }
p { color: rgb(127,56,23); }
H1.HeaderClassName
{
color: #7F3817;
}
.AnyTagClassName
{
color: #7F3817;
}
</style>
background-color css
<style>
a { background-color: #7F3817; }
a { background-color: rgb(127,56,23); }
div.DivClassName
{
background-color: #7F3817;
}
.BgClassName
{
background-color: #7F3817;
}
</style>
border-color css
<style>
span { border-color: #7F3817; }
span { border-color: rgb(127,56,23); }
td.TdClassName
{
border-color: #7F3817;
}
.TagClassName
{
border-color: #7F3817;
}
</style>