Shades of Peru #D5863F
Tints of Peru #D5863F
RGB
CMYK
RGB Variations
Color information
#D5863F (or 0xD5863F) is known color: Peru. HEX triplet: D5, 86 and 3F. RGB value is (213,134,63). Sum of RGB (Red+Green+Blue) = 213+134+63=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5863F is #2A79C0. Grayscale: #959595. Windows color (decimal): -2783681 or 4163285. OLE color: 4163285.
HSL color Cylindrical-coordinate representation of color #D5863F: hue angle of 28.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5863F is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 63 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.16 |
| HSL | 28.4º | 0.64% | 0.54% | - |
| HSV(B) | 28.4º | 0.7% | 0.84% | - |
| XYZ | 36.86 | 31.56 | 8.85 | - |
| YUV | 149.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 63 | 0 | 0.37 | 0.70 | 0.16 | 28.4 | 0.64 | 0.54 |
| Hex | D5 | 86 | 3F | 0 | 25 | 46 | 10 | 1C | 40 | 36 |
| Octal | 325 | 206 | 77 | 0 | 45 | 106 | 20 | 34 | 100 | 66 |
| Binary | 11010101 | 10000110 | 111111 | 0 | 100101 | 1000110 | 10000 | 11100 | 1000000 | 110110 |
Color Harmonies of #D5863F
Complementary color
Monochromatic Colors of #D5863F
Black with #D5863F
Text Example
Text Example
White with #D5863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5863F; }
p { color: rgb(213,134,63); }
H1.HeaderClassName
{
color: #D5863F;
}
.AnyTagClassName
{
color: #D5863F;
}
</style>
background-color css
<style>
a { background-color: #D5863F; }
a { background-color: rgb(213,134,63); }
div.DivClassName
{
background-color: #D5863F;
}
.BgClassName
{
background-color: #D5863F;
}
</style>
border-color css
<style>
span { border-color: #D5863F; }
span { border-color: rgb(213,134,63); }
td.TdClassName
{
border-color: #D5863F;
}
.TagClassName
{
border-color: #D5863F;
}
</style>