Shades of Peru #D48639
Tints of Peru #D48639
RGB
CMYK
RGB Variations
Color information
#D48639 (or 0xD48639) is known color: Peru. HEX triplet: D4, 86 and 39. RGB value is (212,134,57). Sum of RGB (Red+Green+Blue) = 212+134+57=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D48639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48639 is #2B79C6. Grayscale: #949494. Windows color (decimal): -2849223 or 3770068. OLE color: 3770068.
HSL color Cylindrical-coordinate representation of color #D48639: hue angle of 29.81º 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 #D48639 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 57 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.17 |
| HSL | 29.81º | 0.64% | 0.53% | - |
| HSV(B) | 29.81º | 0.73% | 0.83% | - |
| XYZ | 36.42 | 31.34 | 8 | - |
| YUV | 148.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 57 | 0 | 0.37 | 0.73 | 0.17 | 29.81 | 0.64 | 0.53 |
| Hex | D4 | 86 | 39 | 0 | 25 | 49 | 11 | 1E | 40 | 35 |
| Octal | 324 | 206 | 71 | 0 | 45 | 111 | 21 | 36 | 100 | 65 |
| Binary | 11010100 | 10000110 | 111001 | 0 | 100101 | 1001001 | 10001 | 11110 | 1000000 | 110101 |
Color Harmonies of #D48639
Complementary color
Monochromatic Colors of #D48639
Black with #D48639
Text Example
Text Example
White with #D48639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48639; }
p { color: rgb(212,134,57); }
H1.HeaderClassName
{
color: #D48639;
}
.AnyTagClassName
{
color: #D48639;
}
</style>
background-color css
<style>
a { background-color: #D48639; }
a { background-color: rgb(212,134,57); }
div.DivClassName
{
background-color: #D48639;
}
.BgClassName
{
background-color: #D48639;
}
</style>
border-color css
<style>
span { border-color: #D48639; }
span { border-color: rgb(212,134,57); }
td.TdClassName
{
border-color: #D48639;
}
.TagClassName
{
border-color: #D48639;
}
</style>