Shades of Peru #D18440
Tints of Peru #D18440
RGB
CMYK
RGB Variations
Color information
#D18440 (or 0xD18440) is known color: Peru. HEX triplet: D1, 84 and 40. RGB value is (209,132,64). Sum of RGB (Red+Green+Blue) = 209+132+64=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D18440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18440 is #2E7BBF. Grayscale: #939393. Windows color (decimal): -3046336 or 4228305. OLE color: 4228305.
HSL color Cylindrical-coordinate representation of color #D18440: hue angle of 28.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18440 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 64 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.18 |
| HSL | 28.14º | 0.61% | 0.54% | - |
| HSV(B) | 28.14º | 0.69% | 0.82% | - |
| XYZ | 35.47 | 30.43 | 8.85 | - |
| YUV | 147.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 64 | 0 | 0.37 | 0.69 | 0.18 | 28.14 | 0.61 | 0.54 |
| Hex | D1 | 84 | 40 | 0 | 25 | 45 | 12 | 1C | 3D | 36 |
| Octal | 321 | 204 | 100 | 0 | 45 | 105 | 22 | 34 | 75 | 66 |
| Binary | 11010001 | 10000100 | 1000000 | 0 | 100101 | 1000101 | 10010 | 11100 | 111101 | 110110 |
Color Harmonies of #D18440
Complementary color
Monochromatic Colors of #D18440
Black with #D18440
Text Example
Text Example
White with #D18440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18440; }
p { color: rgb(209,132,64); }
H1.HeaderClassName
{
color: #D18440;
}
.AnyTagClassName
{
color: #D18440;
}
</style>
background-color css
<style>
a { background-color: #D18440; }
a { background-color: rgb(209,132,64); }
div.DivClassName
{
background-color: #D18440;
}
.BgClassName
{
background-color: #D18440;
}
</style>
border-color css
<style>
span { border-color: #D18440; }
span { border-color: rgb(209,132,64); }
td.TdClassName
{
border-color: #D18440;
}
.TagClassName
{
border-color: #D18440;
}
</style>