Shades of Peru Tan #81381C
Tints of Peru Tan #81381C
RGB
CMYK
RGB Variations
Color information
#81381C (or 0x81381C) is known color: Peru Tan. HEX triplet: 81, 38 and 1C. RGB value is (129,56,28). Sum of RGB (Red+Green+Blue) = 129+56+28=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81381C is #7EC7E3. Grayscale: #4A4A4A. Windows color (decimal): -8308708 or 1849473. OLE color: 1849473.
HSL color Cylindrical-coordinate representation of color #81381C: hue angle of 16.63º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81381C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 28 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.49 |
| HSL | 16.63º | 0.64% | 0.31% | - |
| HSV(B) | 16.63º | 0.78% | 0.51% | - |
| XYZ | 10.68 | 7.58 | 2 | - |
| YUV | 74.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 28 | 0 | 0.57 | 0.78 | 0.49 | 16.63 | 0.64 | 0.31 |
| Hex | 81 | 38 | 1C | 0 | 39 | 4E | 31 | 11 | 40 | 1F |
| Octal | 201 | 70 | 34 | 0 | 71 | 116 | 61 | 21 | 100 | 37 |
| Binary | 10000001 | 111000 | 11100 | 0 | 111001 | 1001110 | 110001 | 10001 | 1000000 | 11111 |
Color Harmonies of #81381C
Complementary color
Monochromatic Colors of #81381C
Black with #81381C
Text Example
Text Example
White with #81381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81381C; }
p { color: rgb(129,56,28); }
H1.HeaderClassName
{
color: #81381C;
}
.AnyTagClassName
{
color: #81381C;
}
</style>
background-color css
<style>
a { background-color: #81381C; }
a { background-color: rgb(129,56,28); }
div.DivClassName
{
background-color: #81381C;
}
.BgClassName
{
background-color: #81381C;
}
</style>
border-color css
<style>
span { border-color: #81381C; }
span { border-color: rgb(129,56,28); }
td.TdClassName
{
border-color: #81381C;
}
.TagClassName
{
border-color: #81381C;
}
</style>