Shades of Peru Tan #782C04
Tints of Peru Tan #782C04
RGB
CMYK
RGB Variations
Color information
#782C04 (or 0x782C04) is known color: Peru Tan. HEX triplet: 78, 2C and 04. RGB value is (120,44,4). Sum of RGB (Red+Green+Blue) = 120+44+4=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #782C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C04 is #87D3FB. Grayscale: #3E3E3E. Windows color (decimal): -8901628 or 273528. OLE color: 273528.
HSL color Cylindrical-coordinate representation of color #782C04: hue angle of 20.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #782C04 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 4 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.53 |
| HSL | 20.69º | 0.94% | 0.24% | - |
| HSV(B) | 20.69º | 0.97% | 0.47% | - |
| XYZ | 8.67 | 5.8 | 0.78 | - |
| YUV | 62.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 4 | 0 | 0.63 | 0.97 | 0.53 | 20.69 | 0.94 | 0.24 |
| Hex | 78 | 2C | 4 | 0 | 3F | 61 | 35 | 15 | 5E | 18 |
| Octal | 170 | 54 | 4 | 0 | 77 | 141 | 65 | 25 | 136 | 30 |
| Binary | 1111000 | 101100 | 100 | 0 | 111111 | 1100001 | 110101 | 10101 | 1011110 | 11000 |
Color Harmonies of #782C04
Complementary color
Monochromatic Colors of #782C04
Black with #782C04
Text Example
Text Example
White with #782C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C04; }
p { color: rgb(120,44,4); }
H1.HeaderClassName
{
color: #782C04;
}
.AnyTagClassName
{
color: #782C04;
}
</style>
background-color css
<style>
a { background-color: #782C04; }
a { background-color: rgb(120,44,4); }
div.DivClassName
{
background-color: #782C04;
}
.BgClassName
{
background-color: #782C04;
}
</style>
border-color css
<style>
span { border-color: #782C04; }
span { border-color: rgb(120,44,4); }
td.TdClassName
{
border-color: #782C04;
}
.TagClassName
{
border-color: #782C04;
}
</style>