Shades of Peru #D48839
Tints of Peru #D48839
RGB
CMYK
RGB Variations
Color information
#D48839 (or 0xD48839) is known color: Peru. HEX triplet: D4, 88 and 39. RGB value is (212,136,57). Sum of RGB (Red+Green+Blue) = 212+136+57=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D48839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48839 is #2B77C6. Grayscale: #969696. Windows color (decimal): -2848711 or 3770580. OLE color: 3770580.
HSL color Cylindrical-coordinate representation of color #D48839: hue angle of 30.58º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D48839 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 57 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.17 |
| HSL | 30.58º | 0.64% | 0.53% | - |
| HSV(B) | 30.58º | 0.73% | 0.83% | - |
| XYZ | 36.69 | 31.9 | 8.09 | - |
| YUV | 149.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 57 | 0 | 0.36 | 0.73 | 0.17 | 30.58 | 0.64 | 0.53 |
| Hex | D4 | 88 | 39 | 0 | 24 | 49 | 11 | 1F | 40 | 35 |
| Octal | 324 | 210 | 71 | 0 | 44 | 111 | 21 | 37 | 100 | 65 |
| Binary | 11010100 | 10001000 | 111001 | 0 | 100100 | 1001001 | 10001 | 11111 | 1000000 | 110101 |
Color Harmonies of #D48839
Complementary color
Monochromatic Colors of #D48839
Black with #D48839
Text Example
Text Example
White with #D48839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48839; }
p { color: rgb(212,136,57); }
H1.HeaderClassName
{
color: #D48839;
}
.AnyTagClassName
{
color: #D48839;
}
</style>
background-color css
<style>
a { background-color: #D48839; }
a { background-color: rgb(212,136,57); }
div.DivClassName
{
background-color: #D48839;
}
.BgClassName
{
background-color: #D48839;
}
</style>
border-color css
<style>
span { border-color: #D48839; }
span { border-color: rgb(212,136,57); }
td.TdClassName
{
border-color: #D48839;
}
.TagClassName
{
border-color: #D48839;
}
</style>