Shades of Peru #D18445
Tints of Peru #D18445
RGB
CMYK
RGB Variations
Color information
#D18445 (or 0xD18445) is known color: Peru. HEX triplet: D1, 84 and 45. RGB value is (209,132,69). Sum of RGB (Red+Green+Blue) = 209+132+69=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D18445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18445 is #2E7BBA. Grayscale: #949494. Windows color (decimal): -3046331 or 4555985. OLE color: 4555985.
HSL color Cylindrical-coordinate representation of color #D18445: hue angle of 27º 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 #D18445 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 69 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.18 |
| HSL | 27º | 0.6% | 0.55% | - |
| HSV(B) | 27º | 0.67% | 0.82% | - |
| XYZ | 35.62 | 30.49 | 9.64 | - |
| YUV | 147.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 69 | 0 | 0.37 | 0.67 | 0.18 | 27 | 0.6 | 0.55 |
| Hex | D1 | 84 | 45 | 0 | 25 | 43 | 12 | 1B | 3C | 37 |
| Octal | 321 | 204 | 105 | 0 | 45 | 103 | 22 | 33 | 74 | 67 |
| Binary | 11010001 | 10000100 | 1000101 | 0 | 100101 | 1000011 | 10010 | 11011 | 111100 | 110111 |
Color Harmonies of #D18445
Complementary color
Monochromatic Colors of #D18445
Black with #D18445
Text Example
Text Example
White with #D18445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18445; }
p { color: rgb(209,132,69); }
H1.HeaderClassName
{
color: #D18445;
}
.AnyTagClassName
{
color: #D18445;
}
</style>
background-color css
<style>
a { background-color: #D18445; }
a { background-color: rgb(209,132,69); }
div.DivClassName
{
background-color: #D18445;
}
.BgClassName
{
background-color: #D18445;
}
</style>
border-color css
<style>
span { border-color: #D18445; }
span { border-color: rgb(209,132,69); }
td.TdClassName
{
border-color: #D18445;
}
.TagClassName
{
border-color: #D18445;
}
</style>