Shades of Peru #D38747
Tints of Peru #D38747
RGB
CMYK
RGB Variations
Color information
#D38747 (or 0xD38747) is known color: Peru. HEX triplet: D3, 87 and 47. RGB value is (211,135,71). Sum of RGB (Red+Green+Blue) = 211+135+71=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D38747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38747 is #2C78B8. Grayscale: #969696. Windows color (decimal): -2914489 or 4687827. OLE color: 4687827.
HSL color Cylindrical-coordinate representation of color #D38747: hue angle of 27.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D38747 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 71 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.17 |
| HSL | 27.43º | 0.61% | 0.55% | - |
| HSV(B) | 27.43º | 0.66% | 0.83% | - |
| XYZ | 36.67 | 31.63 | 10.13 | - |
| YUV | 150.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 71 | 0 | 0.36 | 0.66 | 0.17 | 27.43 | 0.61 | 0.55 |
| Hex | D3 | 87 | 47 | 0 | 24 | 42 | 11 | 1B | 3D | 37 |
| Octal | 323 | 207 | 107 | 0 | 44 | 102 | 21 | 33 | 75 | 67 |
| Binary | 11010011 | 10000111 | 1000111 | 0 | 100100 | 1000010 | 10001 | 11011 | 111101 | 110111 |
Color Harmonies of #D38747
Complementary color
Monochromatic Colors of #D38747
Black with #D38747
Text Example
Text Example
White with #D38747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38747; }
p { color: rgb(211,135,71); }
H1.HeaderClassName
{
color: #D38747;
}
.AnyTagClassName
{
color: #D38747;
}
</style>
background-color css
<style>
a { background-color: #D38747; }
a { background-color: rgb(211,135,71); }
div.DivClassName
{
background-color: #D38747;
}
.BgClassName
{
background-color: #D38747;
}
</style>
border-color css
<style>
span { border-color: #D38747; }
span { border-color: rgb(211,135,71); }
td.TdClassName
{
border-color: #D38747;
}
.TagClassName
{
border-color: #D38747;
}
</style>