Shades of Peru #D38139
Tints of Peru #D38139
RGB
CMYK
RGB Variations
Color information
#D38139 (or 0xD38139) is known color: Peru. HEX triplet: D3, 81 and 39. RGB value is (211,129,57). Sum of RGB (Red+Green+Blue) = 211+129+57=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D38139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38139 is #2C7EC6. Grayscale: #919191. Windows color (decimal): -2916039 or 3768787. OLE color: 3768787.
HSL color Cylindrical-coordinate representation of color #D38139: hue angle of 28.05º 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 #D38139 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 57 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.17 |
| HSL | 28.05º | 0.64% | 0.53% | - |
| HSV(B) | 28.05º | 0.73% | 0.83% | - |
| XYZ | 35.45 | 29.84 | 7.76 | - |
| YUV | 145.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 57 | 0 | 0.39 | 0.73 | 0.17 | 28.05 | 0.64 | 0.53 |
| Hex | D3 | 81 | 39 | 0 | 27 | 49 | 11 | 1C | 40 | 35 |
| Octal | 323 | 201 | 71 | 0 | 47 | 111 | 21 | 34 | 100 | 65 |
| Binary | 11010011 | 10000001 | 111001 | 0 | 100111 | 1001001 | 10001 | 11100 | 1000000 | 110101 |
Color Harmonies of #D38139
Complementary color
Monochromatic Colors of #D38139
Black with #D38139
Text Example
Text Example
White with #D38139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38139; }
p { color: rgb(211,129,57); }
H1.HeaderClassName
{
color: #D38139;
}
.AnyTagClassName
{
color: #D38139;
}
</style>
background-color css
<style>
a { background-color: #D38139; }
a { background-color: rgb(211,129,57); }
div.DivClassName
{
background-color: #D38139;
}
.BgClassName
{
background-color: #D38139;
}
</style>
border-color css
<style>
span { border-color: #D38139; }
span { border-color: rgb(211,129,57); }
td.TdClassName
{
border-color: #D38139;
}
.TagClassName
{
border-color: #D38139;
}
</style>