Shades of Peru Tan #783B14
Tints of Peru Tan #783B14
RGB
CMYK
RGB Variations
Color information
#783B14 (or 0x783B14) is known color: Peru Tan. HEX triplet: 78, 3B and 14. RGB value is (120,59,20). Sum of RGB (Red+Green+Blue) = 120+59+20=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #783B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783B14 is #87C4EB. Grayscale: #494949. Windows color (decimal): -8897772 or 1325944. OLE color: 1325944.
HSL color Cylindrical-coordinate representation of color #783B14: hue angle of 23.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #783B14 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 20 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.53 |
| HSL | 23.4º | 0.71% | 0.27% | - |
| HSV(B) | 23.4º | 0.83% | 0.47% | - |
| XYZ | 9.44 | 7.17 | 1.55 | - |
| YUV | 72.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 20 | 0 | 0.51 | 0.83 | 0.53 | 23.4 | 0.71 | 0.27 |
| Hex | 78 | 3B | 14 | 0 | 33 | 53 | 35 | 17 | 47 | 1B |
| Octal | 170 | 73 | 24 | 0 | 63 | 123 | 65 | 27 | 107 | 33 |
| Binary | 1111000 | 111011 | 10100 | 0 | 110011 | 1010011 | 110101 | 10111 | 1000111 | 11011 |
Color Harmonies of #783B14
Complementary color
Monochromatic Colors of #783B14
Black with #783B14
Text Example
Text Example
White with #783B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B14; }
p { color: rgb(120,59,20); }
H1.HeaderClassName
{
color: #783B14;
}
.AnyTagClassName
{
color: #783B14;
}
</style>
background-color css
<style>
a { background-color: #783B14; }
a { background-color: rgb(120,59,20); }
div.DivClassName
{
background-color: #783B14;
}
.BgClassName
{
background-color: #783B14;
}
</style>
border-color css
<style>
span { border-color: #783B14; }
span { border-color: rgb(120,59,20); }
td.TdClassName
{
border-color: #783B14;
}
.TagClassName
{
border-color: #783B14;
}
</style>