Shades of Peru Tan #783A20
Tints of Peru Tan #783A20
RGB
CMYK
RGB Variations
Color information
#783A20 (or 0x783A20) is known color: Peru Tan. HEX triplet: 78, 3A and 20. RGB value is (120,58,32). Sum of RGB (Red+Green+Blue) = 120+58+32=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #783A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A20 is #87C5DF. Grayscale: #494949. Windows color (decimal): -8898016 or 2112120. OLE color: 2112120.
HSL color Cylindrical-coordinate representation of color #783A20: hue angle of 17.73º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783A20 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 32 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.53 |
| HSL | 17.73º | 0.58% | 0.3% | - |
| HSV(B) | 17.73º | 0.73% | 0.47% | - |
| XYZ | 9.52 | 7.12 | 2.24 | - |
| YUV | 73.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 32 | 0 | 0.52 | 0.73 | 0.53 | 17.73 | 0.58 | 0.3 |
| Hex | 78 | 3A | 20 | 0 | 34 | 49 | 35 | 12 | 3A | 1E |
| Octal | 170 | 72 | 40 | 0 | 64 | 111 | 65 | 22 | 72 | 36 |
| Binary | 1111000 | 111010 | 100000 | 0 | 110100 | 1001001 | 110101 | 10010 | 111010 | 11110 |
Color Harmonies of #783A20
Complementary color
Monochromatic Colors of #783A20
Black with #783A20
Text Example
Text Example
White with #783A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A20; }
p { color: rgb(120,58,32); }
H1.HeaderClassName
{
color: #783A20;
}
.AnyTagClassName
{
color: #783A20;
}
</style>
background-color css
<style>
a { background-color: #783A20; }
a { background-color: rgb(120,58,32); }
div.DivClassName
{
background-color: #783A20;
}
.BgClassName
{
background-color: #783A20;
}
</style>
border-color css
<style>
span { border-color: #783A20; }
span { border-color: rgb(120,58,32); }
td.TdClassName
{
border-color: #783A20;
}
.TagClassName
{
border-color: #783A20;
}
</style>