Shades of Peru Tan #783D16
Tints of Peru Tan #783D16
RGB
CMYK
RGB Variations
Color information
#783D16 (or 0x783D16) is known color: Peru Tan. HEX triplet: 78, 3D and 16. RGB value is (120,61,22). Sum of RGB (Red+Green+Blue) = 120+61+22=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #783D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783D16 is #87C2E9. Grayscale: #4A4A4A. Windows color (decimal): -8897258 or 1457528. OLE color: 1457528.
HSL color Cylindrical-coordinate representation of color #783D16: hue angle of 23.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #783D16 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 22 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.53 |
| HSL | 23.88º | 0.69% | 0.28% | - |
| HSV(B) | 23.88º | 0.82% | 0.47% | - |
| XYZ | 9.56 | 7.39 | 1.68 | - |
| YUV | 74.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 22 | 0 | 0.49 | 0.82 | 0.53 | 23.88 | 0.69 | 0.28 |
| Hex | 78 | 3D | 16 | 0 | 31 | 52 | 35 | 18 | 45 | 1C |
| Octal | 170 | 75 | 26 | 0 | 61 | 122 | 65 | 30 | 105 | 34 |
| Binary | 1111000 | 111101 | 10110 | 0 | 110001 | 1010010 | 110101 | 11000 | 1000101 | 11100 |
Color Harmonies of #783D16
Complementary color
Monochromatic Colors of #783D16
Black with #783D16
Text Example
Text Example
White with #783D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D16; }
p { color: rgb(120,61,22); }
H1.HeaderClassName
{
color: #783D16;
}
.AnyTagClassName
{
color: #783D16;
}
</style>
background-color css
<style>
a { background-color: #783D16; }
a { background-color: rgb(120,61,22); }
div.DivClassName
{
background-color: #783D16;
}
.BgClassName
{
background-color: #783D16;
}
</style>
border-color css
<style>
span { border-color: #783D16; }
span { border-color: rgb(120,61,22); }
td.TdClassName
{
border-color: #783D16;
}
.TagClassName
{
border-color: #783D16;
}
</style>