Shades of Peru #D1883E
Tints of Peru #D1883E
RGB
CMYK
RGB Variations
Color information
#D1883E (or 0xD1883E) is known color: Peru. HEX triplet: D1, 88 and 3E. RGB value is (209,136,62). Sum of RGB (Red+Green+Blue) = 209+136+62=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1883E is #2E77C1. Grayscale: #959595. Windows color (decimal): -3045314 or 4098257. OLE color: 4098257.
HSL color Cylindrical-coordinate representation of color #D1883E: hue angle of 30.2º 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 #D1883E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 62 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.18 |
| HSL | 30.2º | 0.62% | 0.53% | - |
| HSV(B) | 30.2º | 0.7% | 0.82% | - |
| XYZ | 35.97 | 31.51 | 8.74 | - |
| YUV | 149.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 62 | 0 | 0.35 | 0.70 | 0.18 | 30.2 | 0.62 | 0.53 |
| Hex | D1 | 88 | 3E | 0 | 23 | 46 | 12 | 1E | 3E | 35 |
| Octal | 321 | 210 | 76 | 0 | 43 | 106 | 22 | 36 | 76 | 65 |
| Binary | 11010001 | 10001000 | 111110 | 0 | 100011 | 1000110 | 10010 | 11110 | 111110 | 110101 |
Color Harmonies of #D1883E
Complementary color
Monochromatic Colors of #D1883E
Black with #D1883E
Text Example
Text Example
White with #D1883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1883E; }
p { color: rgb(209,136,62); }
H1.HeaderClassName
{
color: #D1883E;
}
.AnyTagClassName
{
color: #D1883E;
}
</style>
background-color css
<style>
a { background-color: #D1883E; }
a { background-color: rgb(209,136,62); }
div.DivClassName
{
background-color: #D1883E;
}
.BgClassName
{
background-color: #D1883E;
}
</style>
border-color css
<style>
span { border-color: #D1883E; }
span { border-color: rgb(209,136,62); }
td.TdClassName
{
border-color: #D1883E;
}
.TagClassName
{
border-color: #D1883E;
}
</style>