Shades of Peru #D58644
Tints of Peru #D58644
RGB
CMYK
RGB Variations
Color information
#D58644 (or 0xD58644) is known color: Peru. HEX triplet: D5, 86 and 44. RGB value is (213,134,68). Sum of RGB (Red+Green+Blue) = 213+134+68=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D58644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58644 is #2A79BB. Grayscale: #969696. Windows color (decimal): -2783676 or 4490965. OLE color: 4490965.
HSL color Cylindrical-coordinate representation of color #D58644: hue angle of 27.31º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D58644 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 68 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.16 |
| HSL | 27.31º | 0.63% | 0.55% | - |
| HSV(B) | 27.31º | 0.68% | 0.84% | - |
| XYZ | 37.01 | 31.61 | 9.62 | - |
| YUV | 150.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 68 | 0 | 0.37 | 0.68 | 0.16 | 27.31 | 0.63 | 0.55 |
| Hex | D5 | 86 | 44 | 0 | 25 | 44 | 10 | 1B | 3F | 37 |
| Octal | 325 | 206 | 104 | 0 | 45 | 104 | 20 | 33 | 77 | 67 |
| Binary | 11010101 | 10000110 | 1000100 | 0 | 100101 | 1000100 | 10000 | 11011 | 111111 | 110111 |
Color Harmonies of #D58644
Complementary color
Monochromatic Colors of #D58644
Black with #D58644
Text Example
Text Example
White with #D58644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58644; }
p { color: rgb(213,134,68); }
H1.HeaderClassName
{
color: #D58644;
}
.AnyTagClassName
{
color: #D58644;
}
</style>
background-color css
<style>
a { background-color: #D58644; }
a { background-color: rgb(213,134,68); }
div.DivClassName
{
background-color: #D58644;
}
.BgClassName
{
background-color: #D58644;
}
</style>
border-color css
<style>
span { border-color: #D58644; }
span { border-color: rgb(213,134,68); }
td.TdClassName
{
border-color: #D58644;
}
.TagClassName
{
border-color: #D58644;
}
</style>