Shades of Peru #D18540
Tints of Peru #D18540
RGB
CMYK
RGB Variations
Color information
#D18540 (or 0xD18540) is known color: Peru. HEX triplet: D1, 85 and 40. RGB value is (209,133,64). Sum of RGB (Red+Green+Blue) = 209+133+64=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D18540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18540 is #2E7ABF. Grayscale: #949494. Windows color (decimal): -3046080 or 4228561. OLE color: 4228561.
HSL color Cylindrical-coordinate representation of color #D18540: hue angle of 28.55º 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 #D18540 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 64 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.18 |
| HSL | 28.55º | 0.61% | 0.54% | - |
| HSV(B) | 28.55º | 0.69% | 0.82% | - |
| XYZ | 35.61 | 30.7 | 8.9 | - |
| YUV | 147.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 64 | 0 | 0.36 | 0.69 | 0.18 | 28.55 | 0.61 | 0.54 |
| Hex | D1 | 85 | 40 | 0 | 24 | 45 | 12 | 1D | 3D | 36 |
| Octal | 321 | 205 | 100 | 0 | 44 | 105 | 22 | 35 | 75 | 66 |
| Binary | 11010001 | 10000101 | 1000000 | 0 | 100100 | 1000101 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D18540
Complementary color
Monochromatic Colors of #D18540
Black with #D18540
Text Example
Text Example
White with #D18540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18540; }
p { color: rgb(209,133,64); }
H1.HeaderClassName
{
color: #D18540;
}
.AnyTagClassName
{
color: #D18540;
}
</style>
background-color css
<style>
a { background-color: #D18540; }
a { background-color: rgb(209,133,64); }
div.DivClassName
{
background-color: #D18540;
}
.BgClassName
{
background-color: #D18540;
}
</style>
border-color css
<style>
span { border-color: #D18540; }
span { border-color: rgb(209,133,64); }
td.TdClassName
{
border-color: #D18540;
}
.TagClassName
{
border-color: #D18540;
}
</style>