Shades of Peru #D1883D
Tints of Peru #D1883D
RGB
CMYK
RGB Variations
Color information
#D1883D (or 0xD1883D) is known color: Peru. HEX triplet: D1, 88 and 3D. RGB value is (209,136,61). Sum of RGB (Red+Green+Blue) = 209+136+61=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1883D is #2E77C2. Grayscale: #959595. Windows color (decimal): -3045315 or 4032721. OLE color: 4032721.
HSL color Cylindrical-coordinate representation of color #D1883D: hue angle of 30.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1883D is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 61 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.18 |
| HSL | 30.41º | 0.62% | 0.53% | - |
| HSV(B) | 30.41º | 0.71% | 0.82% | - |
| XYZ | 35.94 | 31.5 | 8.6 | - |
| YUV | 149.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 61 | 0 | 0.35 | 0.71 | 0.18 | 30.41 | 0.62 | 0.53 |
| Hex | D1 | 88 | 3D | 0 | 23 | 47 | 12 | 1E | 3E | 35 |
| Octal | 321 | 210 | 75 | 0 | 43 | 107 | 22 | 36 | 76 | 65 |
| Binary | 11010001 | 10001000 | 111101 | 0 | 100011 | 1000111 | 10010 | 11110 | 111110 | 110101 |
Color Harmonies of #D1883D
Complementary color
Monochromatic Colors of #D1883D
Black with #D1883D
Text Example
Text Example
White with #D1883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1883D; }
p { color: rgb(209,136,61); }
H1.HeaderClassName
{
color: #D1883D;
}
.AnyTagClassName
{
color: #D1883D;
}
</style>
background-color css
<style>
a { background-color: #D1883D; }
a { background-color: rgb(209,136,61); }
div.DivClassName
{
background-color: #D1883D;
}
.BgClassName
{
background-color: #D1883D;
}
</style>
border-color css
<style>
span { border-color: #D1883D; }
span { border-color: rgb(209,136,61); }
td.TdClassName
{
border-color: #D1883D;
}
.TagClassName
{
border-color: #D1883D;
}
</style>