Shades of Peru #D1893B
Tints of Peru #D1893B
RGB
CMYK
RGB Variations
Color information
#D1893B (or 0xD1893B) is known color: Peru. HEX triplet: D1, 89 and 3B. RGB value is (209,137,59). Sum of RGB (Red+Green+Blue) = 209+137+59=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1893B is #2E76C4. Grayscale: #969696. Windows color (decimal): -3045061 or 3901905. OLE color: 3901905.
HSL color Cylindrical-coordinate representation of color #D1893B: hue angle of 31.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1893B is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 59 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.18 |
| HSL | 31.2º | 0.62% | 0.53% | - |
| HSV(B) | 31.2º | 0.72% | 0.82% | - |
| XYZ | 36.03 | 31.76 | 8.37 | - |
| YUV | 149.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 59 | 0 | 0.34 | 0.72 | 0.18 | 31.2 | 0.62 | 0.53 |
| Hex | D1 | 89 | 3B | 0 | 22 | 48 | 12 | 1F | 3E | 35 |
| Octal | 321 | 211 | 73 | 0 | 42 | 110 | 22 | 37 | 76 | 65 |
| Binary | 11010001 | 10001001 | 111011 | 0 | 100010 | 1001000 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D1893B
Complementary color
Monochromatic Colors of #D1893B
Black with #D1893B
Text Example
Text Example
White with #D1893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1893B; }
p { color: rgb(209,137,59); }
H1.HeaderClassName
{
color: #D1893B;
}
.AnyTagClassName
{
color: #D1893B;
}
</style>
background-color css
<style>
a { background-color: #D1893B; }
a { background-color: rgb(209,137,59); }
div.DivClassName
{
background-color: #D1893B;
}
.BgClassName
{
background-color: #D1893B;
}
</style>
border-color css
<style>
span { border-color: #D1893B; }
span { border-color: rgb(209,137,59); }
td.TdClassName
{
border-color: #D1893B;
}
.TagClassName
{
border-color: #D1893B;
}
</style>