Shades of Peru Tan #813A1E
Tints of Peru Tan #813A1E
RGB
CMYK
RGB Variations
Color information
#813A1E (or 0x813A1E) is known color: Peru Tan. HEX triplet: 81, 3A and 1E. RGB value is (129,58,30). Sum of RGB (Red+Green+Blue) = 129+58+30=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #813A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A1E is #7EC5E1. Grayscale: #4C4C4C. Windows color (decimal): -8308194 or 1981057. OLE color: 1981057.
HSL color Cylindrical-coordinate representation of color #813A1E: hue angle of 16.97º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #813A1E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 30 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.49 |
| HSL | 16.97º | 0.62% | 0.31% | - |
| HSV(B) | 16.97º | 0.77% | 0.51% | - |
| XYZ | 10.8 | 7.79 | 2.16 | - |
| YUV | 76.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 30 | 0 | 0.55 | 0.77 | 0.49 | 16.97 | 0.62 | 0.31 |
| Hex | 81 | 3A | 1E | 0 | 37 | 4D | 31 | 11 | 3E | 1F |
| Octal | 201 | 72 | 36 | 0 | 67 | 115 | 61 | 21 | 76 | 37 |
| Binary | 10000001 | 111010 | 11110 | 0 | 110111 | 1001101 | 110001 | 10001 | 111110 | 11111 |
Color Harmonies of #813A1E
Complementary color
Monochromatic Colors of #813A1E
Black with #813A1E
Text Example
Text Example
White with #813A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A1E; }
p { color: rgb(129,58,30); }
H1.HeaderClassName
{
color: #813A1E;
}
.AnyTagClassName
{
color: #813A1E;
}
</style>
background-color css
<style>
a { background-color: #813A1E; }
a { background-color: rgb(129,58,30); }
div.DivClassName
{
background-color: #813A1E;
}
.BgClassName
{
background-color: #813A1E;
}
</style>
border-color css
<style>
span { border-color: #813A1E; }
span { border-color: rgb(129,58,30); }
td.TdClassName
{
border-color: #813A1E;
}
.TagClassName
{
border-color: #813A1E;
}
</style>