Shades of Peru #D18B3E
Tints of Peru #D18B3E
RGB
CMYK
RGB Variations
Color information
#D18B3E (or 0xD18B3E) is known color: Peru. HEX triplet: D1, 8B and 3E. RGB value is (209,139,62). Sum of RGB (Red+Green+Blue) = 209+139+62=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B3E is #2E74C1. Grayscale: #979797. Windows color (decimal): -3044546 or 4099025. OLE color: 4099025.
HSL color Cylindrical-coordinate representation of color #D18B3E: hue angle of 31.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D18B3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.18 |
| HSL | 31.43º | 0.62% | 0.53% | - |
| HSV(B) | 31.43º | 0.7% | 0.82% | - |
| XYZ | 36.4 | 32.37 | 8.89 | - |
| YUV | 151.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 62 | 0 | 0.33 | 0.70 | 0.18 | 31.43 | 0.62 | 0.53 |
| Hex | D1 | 8B | 3E | 0 | 21 | 46 | 12 | 1F | 3E | 35 |
| Octal | 321 | 213 | 76 | 0 | 41 | 106 | 22 | 37 | 76 | 65 |
| Binary | 11010001 | 10001011 | 111110 | 0 | 100001 | 1000110 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D18B3E
Complementary color
Monochromatic Colors of #D18B3E
Black with #D18B3E
Text Example
Text Example
White with #D18B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B3E; }
p { color: rgb(209,139,62); }
H1.HeaderClassName
{
color: #D18B3E;
}
.AnyTagClassName
{
color: #D18B3E;
}
</style>
background-color css
<style>
a { background-color: #D18B3E; }
a { background-color: rgb(209,139,62); }
div.DivClassName
{
background-color: #D18B3E;
}
.BgClassName
{
background-color: #D18B3E;
}
</style>
border-color css
<style>
span { border-color: #D18B3E; }
span { border-color: rgb(209,139,62); }
td.TdClassName
{
border-color: #D18B3E;
}
.TagClassName
{
border-color: #D18B3E;
}
</style>