Shades of Peru #D58840
Tints of Peru #D58840
RGB
CMYK
RGB Variations
Color information
#D58840 (or 0xD58840) is known color: Peru. HEX triplet: D5, 88 and 40. RGB value is (213,136,64). Sum of RGB (Red+Green+Blue) = 213+136+64=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D58840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58840 is #2A77BF. Grayscale: #979797. Windows color (decimal): -2783168 or 4229333. OLE color: 4229333.
HSL color Cylindrical-coordinate representation of color #D58840: hue angle of 28.99º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D58840 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 64 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.16 |
| HSL | 28.99º | 0.64% | 0.54% | - |
| HSV(B) | 28.99º | 0.7% | 0.84% | - |
| XYZ | 37.17 | 32.12 | 9.09 | - |
| YUV | 150.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 64 | 0 | 0.36 | 0.70 | 0.16 | 28.99 | 0.64 | 0.54 |
| Hex | D5 | 88 | 40 | 0 | 24 | 46 | 10 | 1D | 40 | 36 |
| Octal | 325 | 210 | 100 | 0 | 44 | 106 | 20 | 35 | 100 | 66 |
| Binary | 11010101 | 10001000 | 1000000 | 0 | 100100 | 1000110 | 10000 | 11101 | 1000000 | 110110 |
Color Harmonies of #D58840
Complementary color
Monochromatic Colors of #D58840
Black with #D58840
Text Example
Text Example
White with #D58840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58840; }
p { color: rgb(213,136,64); }
H1.HeaderClassName
{
color: #D58840;
}
.AnyTagClassName
{
color: #D58840;
}
</style>
background-color css
<style>
a { background-color: #D58840; }
a { background-color: rgb(213,136,64); }
div.DivClassName
{
background-color: #D58840;
}
.BgClassName
{
background-color: #D58840;
}
</style>
border-color css
<style>
span { border-color: #D58840; }
span { border-color: rgb(213,136,64); }
td.TdClassName
{
border-color: #D58840;
}
.TagClassName
{
border-color: #D58840;
}
</style>