Shades of Peru Tan #803110
Tints of Peru Tan #803110
RGB
CMYK
RGB Variations
Color information
#803110 (or 0x803110) is known color: Peru Tan. HEX triplet: 80, 31 and 10. RGB value is (128,49,16). Sum of RGB (Red+Green+Blue) = 128+49+16=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803110 is #7FCEEF. Grayscale: #454545. Windows color (decimal): -8376048 or 1061248. OLE color: 1061248.
HSL color Cylindrical-coordinate representation of color #803110: hue angle of 17.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #803110 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 16 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.50 |
| HSL | 17.68º | 0.78% | 0.28% | - |
| HSV(B) | 17.68º | 0.88% | 0.5% | - |
| XYZ | 10.09 | 6.82 | 1.28 | - |
| YUV | 68.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 16 | 0 | 0.62 | 0.88 | 0.50 | 17.68 | 0.78 | 0.28 |
| Hex | 80 | 31 | 10 | 0 | 3E | 58 | 32 | 12 | 4E | 1C |
| Octal | 200 | 61 | 20 | 0 | 76 | 130 | 62 | 22 | 116 | 34 |
| Binary | 10000000 | 110001 | 10000 | 0 | 111110 | 1011000 | 110010 | 10010 | 1001110 | 11100 |
Color Harmonies of #803110
Complementary color
Monochromatic Colors of #803110
Black with #803110
Text Example
Text Example
White with #803110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803110; }
p { color: rgb(128,49,16); }
H1.HeaderClassName
{
color: #803110;
}
.AnyTagClassName
{
color: #803110;
}
</style>
background-color css
<style>
a { background-color: #803110; }
a { background-color: rgb(128,49,16); }
div.DivClassName
{
background-color: #803110;
}
.BgClassName
{
background-color: #803110;
}
</style>
border-color css
<style>
span { border-color: #803110; }
span { border-color: rgb(128,49,16); }
td.TdClassName
{
border-color: #803110;
}
.TagClassName
{
border-color: #803110;
}
</style>