Shades of Peru Tan #783A16
Tints of Peru Tan #783A16
RGB
CMYK
RGB Variations
Color information
#783A16 (or 0x783A16) is known color: Peru Tan. HEX triplet: 78, 3A and 16. RGB value is (120,58,22). Sum of RGB (Red+Green+Blue) = 120+58+22=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #783A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A16 is #87C5E9. Grayscale: #484848. Windows color (decimal): -8898026 or 1456760. OLE color: 1456760.
HSL color Cylindrical-coordinate representation of color #783A16: hue angle of 22.04º 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 #783A16 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 22 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.53 |
| HSL | 22.04º | 0.69% | 0.28% | - |
| HSV(B) | 22.04º | 0.82% | 0.47% | - |
| XYZ | 9.4 | 7.08 | 1.63 | - |
| YUV | 72.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 22 | 0 | 0.52 | 0.82 | 0.53 | 22.04 | 0.69 | 0.28 |
| Hex | 78 | 3A | 16 | 0 | 34 | 52 | 35 | 16 | 45 | 1C |
| Octal | 170 | 72 | 26 | 0 | 64 | 122 | 65 | 26 | 105 | 34 |
| Binary | 1111000 | 111010 | 10110 | 0 | 110100 | 1010010 | 110101 | 10110 | 1000101 | 11100 |
Color Harmonies of #783A16
Complementary color
Monochromatic Colors of #783A16
Black with #783A16
Text Example
Text Example
White with #783A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A16; }
p { color: rgb(120,58,22); }
H1.HeaderClassName
{
color: #783A16;
}
.AnyTagClassName
{
color: #783A16;
}
</style>
background-color css
<style>
a { background-color: #783A16; }
a { background-color: rgb(120,58,22); }
div.DivClassName
{
background-color: #783A16;
}
.BgClassName
{
background-color: #783A16;
}
</style>
border-color css
<style>
span { border-color: #783A16; }
span { border-color: rgb(120,58,22); }
td.TdClassName
{
border-color: #783A16;
}
.TagClassName
{
border-color: #783A16;
}
</style>