Shades of Peru #D58540
Tints of Peru #D58540
RGB
CMYK
RGB Variations
Color information
#D58540 (or 0xD58540) is known color: Peru. HEX triplet: D5, 85 and 40. RGB value is (213,133,64). Sum of RGB (Red+Green+Blue) = 213+133+64=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D58540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58540 is #2A7ABF. Grayscale: #959595. Windows color (decimal): -2783936 or 4228565. OLE color: 4228565.
HSL color Cylindrical-coordinate representation of color #D58540: hue angle of 27.79º 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 #D58540 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 64 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.16 |
| HSL | 27.79º | 0.64% | 0.54% | - |
| HSV(B) | 27.79º | 0.7% | 0.84% | - |
| XYZ | 36.75 | 31.29 | 8.95 | - |
| YUV | 149.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 64 | 0 | 0.38 | 0.70 | 0.16 | 27.79 | 0.64 | 0.54 |
| Hex | D5 | 85 | 40 | 0 | 26 | 46 | 10 | 1C | 40 | 36 |
| Octal | 325 | 205 | 100 | 0 | 46 | 106 | 20 | 34 | 100 | 66 |
| Binary | 11010101 | 10000101 | 1000000 | 0 | 100110 | 1000110 | 10000 | 11100 | 1000000 | 110110 |
Color Harmonies of #D58540
Complementary color
Monochromatic Colors of #D58540
Black with #D58540
Text Example
Text Example
White with #D58540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58540; }
p { color: rgb(213,133,64); }
H1.HeaderClassName
{
color: #D58540;
}
.AnyTagClassName
{
color: #D58540;
}
</style>
background-color css
<style>
a { background-color: #D58540; }
a { background-color: rgb(213,133,64); }
div.DivClassName
{
background-color: #D58540;
}
.BgClassName
{
background-color: #D58540;
}
</style>
border-color css
<style>
span { border-color: #D58540; }
span { border-color: rgb(213,133,64); }
td.TdClassName
{
border-color: #D58540;
}
.TagClassName
{
border-color: #D58540;
}
</style>