Shades of Peru #D38839
Tints of Peru #D38839
RGB
CMYK
RGB Variations
Color information
#D38839 (or 0xD38839) is known color: Peru. HEX triplet: D3, 88 and 39. RGB value is (211,136,57). Sum of RGB (Red+Green+Blue) = 211+136+57=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D38839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38839 is #2C77C6. Grayscale: #959595. Windows color (decimal): -2914247 or 3770579. OLE color: 3770579.
HSL color Cylindrical-coordinate representation of color #D38839: hue angle of 30.78º 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 #D38839 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 57 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.17 |
| HSL | 30.78º | 0.64% | 0.53% | - |
| HSV(B) | 30.78º | 0.73% | 0.83% | - |
| XYZ | 36.41 | 31.75 | 8.08 | - |
| YUV | 149.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 57 | 0 | 0.36 | 0.73 | 0.17 | 30.78 | 0.64 | 0.53 |
| Hex | D3 | 88 | 39 | 0 | 24 | 49 | 11 | 1F | 40 | 35 |
| Octal | 323 | 210 | 71 | 0 | 44 | 111 | 21 | 37 | 100 | 65 |
| Binary | 11010011 | 10001000 | 111001 | 0 | 100100 | 1001001 | 10001 | 11111 | 1000000 | 110101 |
Color Harmonies of #D38839
Complementary color
Monochromatic Colors of #D38839
Black with #D38839
Text Example
Text Example
White with #D38839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38839; }
p { color: rgb(211,136,57); }
H1.HeaderClassName
{
color: #D38839;
}
.AnyTagClassName
{
color: #D38839;
}
</style>
background-color css
<style>
a { background-color: #D38839; }
a { background-color: rgb(211,136,57); }
div.DivClassName
{
background-color: #D38839;
}
.BgClassName
{
background-color: #D38839;
}
</style>
border-color css
<style>
span { border-color: #D38839; }
span { border-color: rgb(211,136,57); }
td.TdClassName
{
border-color: #D38839;
}
.TagClassName
{
border-color: #D38839;
}
</style>