Shades of Peru Tan #78300E
Tints of Peru Tan #78300E
RGB
CMYK
RGB Variations
Color information
#78300E (or 0x78300E) is known color: Peru Tan. HEX triplet: 78, 30 and 0E. RGB value is (120,48,14). Sum of RGB (Red+Green+Blue) = 120+48+14=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78300E is #87CFF1. Grayscale: #414141. Windows color (decimal): -8900594 or 929912. OLE color: 929912.
HSL color Cylindrical-coordinate representation of color #78300E: hue angle of 19.25º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78300E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 14 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.53 |
| HSL | 19.25º | 0.79% | 0.26% | - |
| HSV(B) | 19.25º | 0.88% | 0.47% | - |
| XYZ | 8.88 | 6.14 | 1.13 | - |
| YUV | 65.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 14 | 0 | 0.60 | 0.88 | 0.53 | 19.25 | 0.79 | 0.26 |
| Hex | 78 | 30 | E | 0 | 3C | 58 | 35 | 13 | 4F | 1A |
| Octal | 170 | 60 | 16 | 0 | 74 | 130 | 65 | 23 | 117 | 32 |
| Binary | 1111000 | 110000 | 1110 | 0 | 111100 | 1011000 | 110101 | 10011 | 1001111 | 11010 |
Color Harmonies of #78300E
Complementary color
Monochromatic Colors of #78300E
Black with #78300E
Text Example
Text Example
White with #78300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78300E; }
p { color: rgb(120,48,14); }
H1.HeaderClassName
{
color: #78300E;
}
.AnyTagClassName
{
color: #78300E;
}
</style>
background-color css
<style>
a { background-color: #78300E; }
a { background-color: rgb(120,48,14); }
div.DivClassName
{
background-color: #78300E;
}
.BgClassName
{
background-color: #78300E;
}
</style>
border-color css
<style>
span { border-color: #78300E; }
span { border-color: rgb(120,48,14); }
td.TdClassName
{
border-color: #78300E;
}
.TagClassName
{
border-color: #78300E;
}
</style>