Shades of Peru #D18740
Tints of Peru #D18740
RGB
CMYK
RGB Variations
Color information
#D18740 (or 0xD18740) is known color: Peru. HEX triplet: D1, 87 and 40. RGB value is (209,135,64). Sum of RGB (Red+Green+Blue) = 209+135+64=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D18740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18740 is #2E78BF. Grayscale: #959595. Windows color (decimal): -3045568 or 4229073. OLE color: 4229073.
HSL color Cylindrical-coordinate representation of color #D18740: hue angle of 29.38º 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 #D18740 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 64 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.18 |
| HSL | 29.38º | 0.61% | 0.54% | - |
| HSV(B) | 29.38º | 0.69% | 0.82% | - |
| XYZ | 35.88 | 31.25 | 8.99 | - |
| YUV | 149.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 64 | 0 | 0.35 | 0.69 | 0.18 | 29.38 | 0.61 | 0.54 |
| Hex | D1 | 87 | 40 | 0 | 23 | 45 | 12 | 1D | 3D | 36 |
| Octal | 321 | 207 | 100 | 0 | 43 | 105 | 22 | 35 | 75 | 66 |
| Binary | 11010001 | 10000111 | 1000000 | 0 | 100011 | 1000101 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D18740
Complementary color
Monochromatic Colors of #D18740
Black with #D18740
Text Example
Text Example
White with #D18740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18740; }
p { color: rgb(209,135,64); }
H1.HeaderClassName
{
color: #D18740;
}
.AnyTagClassName
{
color: #D18740;
}
</style>
background-color css
<style>
a { background-color: #D18740; }
a { background-color: rgb(209,135,64); }
div.DivClassName
{
background-color: #D18740;
}
.BgClassName
{
background-color: #D18740;
}
</style>
border-color css
<style>
span { border-color: #D18740; }
span { border-color: rgb(209,135,64); }
td.TdClassName
{
border-color: #D18740;
}
.TagClassName
{
border-color: #D18740;
}
</style>