Shades of Peru Tan #783B1E
Tints of Peru Tan #783B1E
RGB
CMYK
RGB Variations
Color information
#783B1E (or 0x783B1E) is known color: Peru Tan. HEX triplet: 78, 3B and 1E. RGB value is (120,59,30). Sum of RGB (Red+Green+Blue) = 120+59+30=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B1E is #87C4E1. Grayscale: #4A4A4A. Windows color (decimal): -8897762 or 1981304. OLE color: 1981304.
HSL color Cylindrical-coordinate representation of color #783B1E: hue angle of 19.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 #783B1E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 30 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.53 |
| HSL | 19.33º | 0.6% | 0.29% | - |
| HSV(B) | 19.33º | 0.75% | 0.47% | - |
| XYZ | 9.54 | 7.21 | 2.12 | - |
| YUV | 73.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 30 | 0 | 0.51 | 0.75 | 0.53 | 19.33 | 0.6 | 0.29 |
| Hex | 78 | 3B | 1E | 0 | 33 | 4B | 35 | 13 | 3C | 1D |
| Octal | 170 | 73 | 36 | 0 | 63 | 113 | 65 | 23 | 74 | 35 |
| Binary | 1111000 | 111011 | 11110 | 0 | 110011 | 1001011 | 110101 | 10011 | 111100 | 11101 |
Color Harmonies of #783B1E
Complementary color
Monochromatic Colors of #783B1E
Black with #783B1E
Text Example
Text Example
White with #783B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B1E; }
p { color: rgb(120,59,30); }
H1.HeaderClassName
{
color: #783B1E;
}
.AnyTagClassName
{
color: #783B1E;
}
</style>
background-color css
<style>
a { background-color: #783B1E; }
a { background-color: rgb(120,59,30); }
div.DivClassName
{
background-color: #783B1E;
}
.BgClassName
{
background-color: #783B1E;
}
</style>
border-color css
<style>
span { border-color: #783B1E; }
span { border-color: rgb(120,59,30); }
td.TdClassName
{
border-color: #783B1E;
}
.TagClassName
{
border-color: #783B1E;
}
</style>