Shades of Peru #D48240
Tints of Peru #D48240
RGB
CMYK
RGB Variations
Color information
#D48240 (or 0xD48240) is known color: Peru. HEX triplet: D4, 82 and 40. RGB value is (212,130,64). Sum of RGB (Red+Green+Blue) = 212+130+64=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D48240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48240 is #2B7DBF. Grayscale: #939393. Windows color (decimal): -2850240 or 4227796. OLE color: 4227796.
HSL color Cylindrical-coordinate representation of color #D48240: hue angle of 26.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D48240 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 64 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.17 |
| HSL | 26.76º | 0.63% | 0.54% | - |
| HSV(B) | 26.76º | 0.7% | 0.83% | - |
| XYZ | 36.06 | 30.33 | 8.8 | - |
| YUV | 146.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 64 | 0 | 0.39 | 0.70 | 0.17 | 26.76 | 0.63 | 0.54 |
| Hex | D4 | 82 | 40 | 0 | 27 | 46 | 11 | 1B | 3F | 36 |
| Octal | 324 | 202 | 100 | 0 | 47 | 106 | 21 | 33 | 77 | 66 |
| Binary | 11010100 | 10000010 | 1000000 | 0 | 100111 | 1000110 | 10001 | 11011 | 111111 | 110110 |
Color Harmonies of #D48240
Complementary color
Monochromatic Colors of #D48240
Black with #D48240
Text Example
Text Example
White with #D48240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48240; }
p { color: rgb(212,130,64); }
H1.HeaderClassName
{
color: #D48240;
}
.AnyTagClassName
{
color: #D48240;
}
</style>
background-color css
<style>
a { background-color: #D48240; }
a { background-color: rgb(212,130,64); }
div.DivClassName
{
background-color: #D48240;
}
.BgClassName
{
background-color: #D48240;
}
</style>
border-color css
<style>
span { border-color: #D48240; }
span { border-color: rgb(212,130,64); }
td.TdClassName
{
border-color: #D48240;
}
.TagClassName
{
border-color: #D48240;
}
</style>