Shades of Peru Tan #783E1C
Tints of Peru Tan #783E1C
RGB
CMYK
RGB Variations
Color information
#783E1C (or 0x783E1C) is known color: Peru Tan. HEX triplet: 78, 3E and 1C. RGB value is (120,62,28). Sum of RGB (Red+Green+Blue) = 120+62+28=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783E1C is #87C1E3. Grayscale: #4B4B4B. Windows color (decimal): -8896996 or 1851000. OLE color: 1851000.
HSL color Cylindrical-coordinate representation of color #783E1C: hue angle of 22.17º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783E1C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 62 | 28 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.53 |
| HSL | 22.17º | 0.62% | 0.29% | - |
| HSV(B) | 22.17º | 0.77% | 0.47% | - |
| XYZ | 9.68 | 7.52 | 2.04 | - |
| YUV | 75.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 62 | 28 | 0 | 0.48 | 0.77 | 0.53 | 22.17 | 0.62 | 0.29 |
| Hex | 78 | 3E | 1C | 0 | 30 | 4D | 35 | 16 | 3E | 1D |
| Octal | 170 | 76 | 34 | 0 | 60 | 115 | 65 | 26 | 76 | 35 |
| Binary | 1111000 | 111110 | 11100 | 0 | 110000 | 1001101 | 110101 | 10110 | 111110 | 11101 |
Color Harmonies of #783E1C
Complementary color
Monochromatic Colors of #783E1C
Black with #783E1C
Text Example
Text Example
White with #783E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783E1C; }
p { color: rgb(120,62,28); }
H1.HeaderClassName
{
color: #783E1C;
}
.AnyTagClassName
{
color: #783E1C;
}
</style>
background-color css
<style>
a { background-color: #783E1C; }
a { background-color: rgb(120,62,28); }
div.DivClassName
{
background-color: #783E1C;
}
.BgClassName
{
background-color: #783E1C;
}
</style>
border-color css
<style>
span { border-color: #783E1C; }
span { border-color: rgb(120,62,28); }
td.TdClassName
{
border-color: #783E1C;
}
.TagClassName
{
border-color: #783E1C;
}
</style>