Shades of Peru Tan #783F16
Tints of Peru Tan #783F16
RGB
CMYK
RGB Variations
Color information
#783F16 (or 0x783F16) is known color: Peru Tan. HEX triplet: 78, 3F and 16. RGB value is (120,63,22). Sum of RGB (Red+Green+Blue) = 120+63+22=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #783F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783F16 is #87C0E9. Grayscale: #4B4B4B. Windows color (decimal): -8896746 or 1458040. OLE color: 1458040.
HSL color Cylindrical-coordinate representation of color #783F16: hue angle of 25.1º 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 #783F16 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 22 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.53 |
| HSL | 25.1º | 0.69% | 0.28% | - |
| HSV(B) | 25.1º | 0.82% | 0.47% | - |
| XYZ | 9.67 | 7.61 | 1.72 | - |
| YUV | 75.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 22 | 0 | 0.48 | 0.82 | 0.53 | 25.1 | 0.69 | 0.28 |
| Hex | 78 | 3F | 16 | 0 | 30 | 52 | 35 | 19 | 45 | 1C |
| Octal | 170 | 77 | 26 | 0 | 60 | 122 | 65 | 31 | 105 | 34 |
| Binary | 1111000 | 111111 | 10110 | 0 | 110000 | 1010010 | 110101 | 11001 | 1000101 | 11100 |
Color Harmonies of #783F16
Complementary color
Monochromatic Colors of #783F16
Black with #783F16
Text Example
Text Example
White with #783F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F16; }
p { color: rgb(120,63,22); }
H1.HeaderClassName
{
color: #783F16;
}
.AnyTagClassName
{
color: #783F16;
}
</style>
background-color css
<style>
a { background-color: #783F16; }
a { background-color: rgb(120,63,22); }
div.DivClassName
{
background-color: #783F16;
}
.BgClassName
{
background-color: #783F16;
}
</style>
border-color css
<style>
span { border-color: #783F16; }
span { border-color: rgb(120,63,22); }
td.TdClassName
{
border-color: #783F16;
}
.TagClassName
{
border-color: #783F16;
}
</style>