Shades of Peru #D18745
Tints of Peru #D18745
RGB
CMYK
RGB Variations
Color information
#D18745 (or 0xD18745) is known color: Peru. HEX triplet: D1, 87 and 45. RGB value is (209,135,69). Sum of RGB (Red+Green+Blue) = 209+135+69=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D18745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18745 is #2E78BA. Grayscale: #959595. Windows color (decimal): -3045563 or 4556753. OLE color: 4556753.
HSL color Cylindrical-coordinate representation of color #D18745: hue angle of 28.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18745 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 69 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.18 |
| HSL | 28.29º | 0.6% | 0.55% | - |
| HSV(B) | 28.29º | 0.67% | 0.82% | - |
| XYZ | 36.03 | 31.31 | 9.78 | - |
| YUV | 149.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 69 | 0 | 0.35 | 0.67 | 0.18 | 28.29 | 0.6 | 0.55 |
| Hex | D1 | 87 | 45 | 0 | 23 | 43 | 12 | 1C | 3C | 37 |
| Octal | 321 | 207 | 105 | 0 | 43 | 103 | 22 | 34 | 74 | 67 |
| Binary | 11010001 | 10000111 | 1000101 | 0 | 100011 | 1000011 | 10010 | 11100 | 111100 | 110111 |
Color Harmonies of #D18745
Complementary color
Monochromatic Colors of #D18745
Black with #D18745
Text Example
Text Example
White with #D18745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18745; }
p { color: rgb(209,135,69); }
H1.HeaderClassName
{
color: #D18745;
}
.AnyTagClassName
{
color: #D18745;
}
</style>
background-color css
<style>
a { background-color: #D18745; }
a { background-color: rgb(209,135,69); }
div.DivClassName
{
background-color: #D18745;
}
.BgClassName
{
background-color: #D18745;
}
</style>
border-color css
<style>
span { border-color: #D18745; }
span { border-color: rgb(209,135,69); }
td.TdClassName
{
border-color: #D18745;
}
.TagClassName
{
border-color: #D18745;
}
</style>