Shades of Peru Tan #802C0A
Tints of Peru Tan #802C0A
RGB
CMYK
RGB Variations
Color information
#802C0A (or 0x802C0A) is known color: Peru Tan. HEX triplet: 80, 2C and 0A. RGB value is (128,44,10). Sum of RGB (Red+Green+Blue) = 128+44+10=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0A is #7FD3F5. Grayscale: #414141. Windows color (decimal): -8377334 or 666752. OLE color: 666752.
HSL color Cylindrical-coordinate representation of color #802C0A: hue angle of 17.29º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #802C0A is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 10 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.50 |
| HSL | 17.29º | 0.86% | 0.27% | - |
| HSV(B) | 17.29º | 0.92% | 0.5% | - |
| XYZ | 9.86 | 6.41 | 1.01 | - |
| YUV | 65.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 10 | 0 | 0.66 | 0.92 | 0.50 | 17.29 | 0.86 | 0.27 |
| Hex | 80 | 2C | A | 0 | 42 | 5C | 32 | 11 | 56 | 1B |
| Octal | 200 | 54 | 12 | 0 | 102 | 134 | 62 | 21 | 126 | 33 |
| Binary | 10000000 | 101100 | 1010 | 0 | 1000010 | 1011100 | 110010 | 10001 | 1010110 | 11011 |
Color Harmonies of #802C0A
Complementary color
Monochromatic Colors of #802C0A
Black with #802C0A
Text Example
Text Example
White with #802C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C0A; }
p { color: rgb(128,44,10); }
H1.HeaderClassName
{
color: #802C0A;
}
.AnyTagClassName
{
color: #802C0A;
}
</style>
background-color css
<style>
a { background-color: #802C0A; }
a { background-color: rgb(128,44,10); }
div.DivClassName
{
background-color: #802C0A;
}
.BgClassName
{
background-color: #802C0A;
}
</style>
border-color css
<style>
span { border-color: #802C0A; }
span { border-color: rgb(128,44,10); }
td.TdClassName
{
border-color: #802C0A;
}
.TagClassName
{
border-color: #802C0A;
}
</style>