Shades of Peru Tan #783C1C
Tints of Peru Tan #783C1C
RGB
CMYK
RGB Variations
Color information
#783C1C (or 0x783C1C) is known color: Peru Tan. HEX triplet: 78, 3C and 1C. RGB value is (120,60,28). Sum of RGB (Red+Green+Blue) = 120+60+28=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #783C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C1C is #87C3E3. Grayscale: #4A4A4A. Windows color (decimal): -8897508 or 1850488. OLE color: 1850488.
HSL color Cylindrical-coordinate representation of color #783C1C: hue angle of 20.87º 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 #783C1C is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 28 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.53 |
| HSL | 20.87º | 0.62% | 0.29% | - |
| HSV(B) | 20.87º | 0.77% | 0.47% | - |
| XYZ | 9.57 | 7.31 | 2 | - |
| YUV | 74.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 28 | 0 | 0.5 | 0.77 | 0.53 | 20.87 | 0.62 | 0.29 |
| Hex | 78 | 3C | 1C | 0 | 32 | 4D | 35 | 15 | 3E | 1D |
| Octal | 170 | 74 | 34 | 0 | 62 | 115 | 65 | 25 | 76 | 35 |
| Binary | 1111000 | 111100 | 11100 | 0 | 110010 | 1001101 | 110101 | 10101 | 111110 | 11101 |
Color Harmonies of #783C1C
Complementary color
Monochromatic Colors of #783C1C
Black with #783C1C
Text Example
Text Example
White with #783C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C1C; }
p { color: rgb(120,60,28); }
H1.HeaderClassName
{
color: #783C1C;
}
.AnyTagClassName
{
color: #783C1C;
}
</style>
background-color css
<style>
a { background-color: #783C1C; }
a { background-color: rgb(120,60,28); }
div.DivClassName
{
background-color: #783C1C;
}
.BgClassName
{
background-color: #783C1C;
}
</style>
border-color css
<style>
span { border-color: #783C1C; }
span { border-color: rgb(120,60,28); }
td.TdClassName
{
border-color: #783C1C;
}
.TagClassName
{
border-color: #783C1C;
}
</style>