Shades of Peru Tan #783D1C
Tints of Peru Tan #783D1C
RGB
CMYK
RGB Variations
Color information
#783D1C (or 0x783D1C) is known color: Peru Tan. HEX triplet: 78, 3D and 1C. RGB value is (120,61,28). Sum of RGB (Red+Green+Blue) = 120+61+28=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783D1C is #87C2E3. Grayscale: #4B4B4B. Windows color (decimal): -8897252 or 1850744. OLE color: 1850744.
HSL color Cylindrical-coordinate representation of color #783D1C: hue angle of 21.52º 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 #783D1C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 28 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.53 |
| HSL | 21.52º | 0.62% | 0.29% | - |
| HSV(B) | 21.52º | 0.77% | 0.47% | - |
| XYZ | 9.62 | 7.41 | 2.02 | - |
| YUV | 74.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 28 | 0 | 0.49 | 0.77 | 0.53 | 21.52 | 0.62 | 0.29 |
| Hex | 78 | 3D | 1C | 0 | 31 | 4D | 35 | 16 | 3E | 1D |
| Octal | 170 | 75 | 34 | 0 | 61 | 115 | 65 | 26 | 76 | 35 |
| Binary | 1111000 | 111101 | 11100 | 0 | 110001 | 1001101 | 110101 | 10110 | 111110 | 11101 |
Color Harmonies of #783D1C
Complementary color
Monochromatic Colors of #783D1C
Black with #783D1C
Text Example
Text Example
White with #783D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D1C; }
p { color: rgb(120,61,28); }
H1.HeaderClassName
{
color: #783D1C;
}
.AnyTagClassName
{
color: #783D1C;
}
</style>
background-color css
<style>
a { background-color: #783D1C; }
a { background-color: rgb(120,61,28); }
div.DivClassName
{
background-color: #783D1C;
}
.BgClassName
{
background-color: #783D1C;
}
</style>
border-color css
<style>
span { border-color: #783D1C; }
span { border-color: rgb(120,61,28); }
td.TdClassName
{
border-color: #783D1C;
}
.TagClassName
{
border-color: #783D1C;
}
</style>