Shades of Peru Tan #783C1E
Tints of Peru Tan #783C1E
RGB
CMYK
RGB Variations
Color information
#783C1E (or 0x783C1E) is known color: Peru Tan. HEX triplet: 78, 3C and 1E. RGB value is (120,60,30). Sum of RGB (Red+Green+Blue) = 120+60+30=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C1E is #87C3E1. Grayscale: #4A4A4A. Windows color (decimal): -8897506 or 1981560. OLE color: 1981560.
HSL color Cylindrical-coordinate representation of color #783C1E: hue angle of 20º 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 #783C1E is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 30 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.53 |
| HSL | 20º | 0.6% | 0.29% | - |
| HSV(B) | 20º | 0.75% | 0.47% | - |
| XYZ | 9.6 | 7.32 | 2.14 | - |
| YUV | 74.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 30 | 0 | 0.5 | 0.75 | 0.53 | 20 | 0.6 | 0.29 |
| Hex | 78 | 3C | 1E | 0 | 32 | 4B | 35 | 14 | 3C | 1D |
| Octal | 170 | 74 | 36 | 0 | 62 | 113 | 65 | 24 | 74 | 35 |
| Binary | 1111000 | 111100 | 11110 | 0 | 110010 | 1001011 | 110101 | 10100 | 111100 | 11101 |
Color Harmonies of #783C1E
Complementary color
Monochromatic Colors of #783C1E
Black with #783C1E
Text Example
Text Example
White with #783C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C1E; }
p { color: rgb(120,60,30); }
H1.HeaderClassName
{
color: #783C1E;
}
.AnyTagClassName
{
color: #783C1E;
}
</style>
background-color css
<style>
a { background-color: #783C1E; }
a { background-color: rgb(120,60,30); }
div.DivClassName
{
background-color: #783C1E;
}
.BgClassName
{
background-color: #783C1E;
}
</style>
border-color css
<style>
span { border-color: #783C1E; }
span { border-color: rgb(120,60,30); }
td.TdClassName
{
border-color: #783C1E;
}
.TagClassName
{
border-color: #783C1E;
}
</style>