Shades of Peru Tan #783B15
Tints of Peru Tan #783B15
RGB
CMYK
RGB Variations
Color information
#783B15 (or 0x783B15) is known color: Peru Tan. HEX triplet: 78, 3B and 15. RGB value is (120,59,21). Sum of RGB (Red+Green+Blue) = 120+59+21=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #783B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783B15 is #87C4EA. Grayscale: #494949. Windows color (decimal): -8897771 or 1391480. OLE color: 1391480.
HSL color Cylindrical-coordinate representation of color #783B15: hue angle of 23.03º degrees, saturation: 0.7, 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 #783B15 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 21 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.53 |
| HSL | 23.03º | 0.7% | 0.28% | - |
| HSV(B) | 23.03º | 0.83% | 0.47% | - |
| XYZ | 9.45 | 7.18 | 1.6 | - |
| YUV | 72.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 21 | 0 | 0.51 | 0.83 | 0.53 | 23.03 | 0.7 | 0.28 |
| Hex | 78 | 3B | 15 | 0 | 33 | 53 | 35 | 17 | 46 | 1C |
| Octal | 170 | 73 | 25 | 0 | 63 | 123 | 65 | 27 | 106 | 34 |
| Binary | 1111000 | 111011 | 10101 | 0 | 110011 | 1010011 | 110101 | 10111 | 1000110 | 11100 |
Color Harmonies of #783B15
Complementary color
Monochromatic Colors of #783B15
Black with #783B15
Text Example
Text Example
White with #783B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B15; }
p { color: rgb(120,59,21); }
H1.HeaderClassName
{
color: #783B15;
}
.AnyTagClassName
{
color: #783B15;
}
</style>
background-color css
<style>
a { background-color: #783B15; }
a { background-color: rgb(120,59,21); }
div.DivClassName
{
background-color: #783B15;
}
.BgClassName
{
background-color: #783B15;
}
</style>
border-color css
<style>
span { border-color: #783B15; }
span { border-color: rgb(120,59,21); }
td.TdClassName
{
border-color: #783B15;
}
.TagClassName
{
border-color: #783B15;
}
</style>