Shades of Peru Tan #803B20
Tints of Peru Tan #803B20
RGB
CMYK
RGB Variations
Color information
#803B20 (or 0x803B20) is known color: Peru Tan. HEX triplet: 80, 3B and 20. RGB value is (128,59,32). Sum of RGB (Red+Green+Blue) = 128+59+32=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #803B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B20 is #7FC4DF. Grayscale: #4C4C4C. Windows color (decimal): -8373472 or 2112384. OLE color: 2112384.
HSL color Cylindrical-coordinate representation of color #803B20: hue angle of 16.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803B20 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 32 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.50 |
| HSL | 16.88º | 0.6% | 0.31% | - |
| HSV(B) | 16.88º | 0.75% | 0.5% | - |
| XYZ | 10.73 | 7.82 | 2.31 | - |
| YUV | 76.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 32 | 0 | 0.54 | 0.75 | 0.50 | 16.88 | 0.6 | 0.31 |
| Hex | 80 | 3B | 20 | 0 | 36 | 4B | 32 | 11 | 3C | 1F |
| Octal | 200 | 73 | 40 | 0 | 66 | 113 | 62 | 21 | 74 | 37 |
| Binary | 10000000 | 111011 | 100000 | 0 | 110110 | 1001011 | 110010 | 10001 | 111100 | 11111 |
Color Harmonies of #803B20
Complementary color
Monochromatic Colors of #803B20
Black with #803B20
Text Example
Text Example
White with #803B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B20; }
p { color: rgb(128,59,32); }
H1.HeaderClassName
{
color: #803B20;
}
.AnyTagClassName
{
color: #803B20;
}
</style>
background-color css
<style>
a { background-color: #803B20; }
a { background-color: rgb(128,59,32); }
div.DivClassName
{
background-color: #803B20;
}
.BgClassName
{
background-color: #803B20;
}
</style>
border-color css
<style>
span { border-color: #803B20; }
span { border-color: rgb(128,59,32); }
td.TdClassName
{
border-color: #803B20;
}
.TagClassName
{
border-color: #803B20;
}
</style>