Shades of Peru Tan #783E1E
Tints of Peru Tan #783E1E
RGB
CMYK
RGB Variations
Color information
#783E1E (or 0x783E1E) is known color: Peru Tan. HEX triplet: 78, 3E and 1E. RGB value is (120,62,30). Sum of RGB (Red+Green+Blue) = 120+62+30=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #783E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E1E is #87C1E1. Grayscale: #4B4B4B. Windows color (decimal): -8896994 or 1982072. OLE color: 1982072.
HSL color Cylindrical-coordinate representation of color #783E1E: hue angle of 21.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #783E1E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 30 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.53 |
| HSL | 21.33º | 0.6% | 0.29% | - |
| HSV(B) | 21.33º | 0.75% | 0.47% | - |
| XYZ | 9.7 | 7.53 | 2.17 | - |
| YUV | 75.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 30 | 0 | 0.48 | 0.75 | 0.53 | 21.33 | 0.6 | 0.29 |
| Hex | 78 | 3E | 1E | 0 | 30 | 4B | 35 | 15 | 3C | 1D |
| Octal | 170 | 76 | 36 | 0 | 60 | 113 | 65 | 25 | 74 | 35 |
| Binary | 1111000 | 111110 | 11110 | 0 | 110000 | 1001011 | 110101 | 10101 | 111100 | 11101 |
Color Harmonies of #783E1E
Complementary color
Monochromatic Colors of #783E1E
Black with #783E1E
Text Example
Text Example
White with #783E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E1E; }
p { color: rgb(120,62,30); }
H1.HeaderClassName
{
color: #783E1E;
}
.AnyTagClassName
{
color: #783E1E;
}
</style>
background-color css
<style>
a { background-color: #783E1E; }
a { background-color: rgb(120,62,30); }
div.DivClassName
{
background-color: #783E1E;
}
.BgClassName
{
background-color: #783E1E;
}
</style>
border-color css
<style>
span { border-color: #783E1E; }
span { border-color: rgb(120,62,30); }
td.TdClassName
{
border-color: #783E1E;
}
.TagClassName
{
border-color: #783E1E;
}
</style>