Shades of Peru #D78E3E
Tints of Peru #D78E3E
RGB
CMYK
RGB Variations
Color information
#D78E3E (or 0xD78E3E) is known color: Peru. HEX triplet: D7, 8E and 3E. RGB value is (215,142,62). Sum of RGB (Red+Green+Blue) = 215+142+62=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E3E is #2871C1. Grayscale: #9B9B9B. Windows color (decimal): -2650562 or 4099799. OLE color: 4099799.
HSL color Cylindrical-coordinate representation of color #D78E3E: hue angle of 31.37º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D78E3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 62 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.16 |
| HSL | 31.37º | 0.66% | 0.54% | - |
| HSV(B) | 31.37º | 0.71% | 0.84% | - |
| XYZ | 38.57 | 34.14 | 9.11 | - |
| YUV | 154.71 | 75.68 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 62 | 0 | 0.34 | 0.71 | 0.16 | 31.37 | 0.66 | 0.54 |
| Hex | D7 | 8E | 3E | 0 | 22 | 47 | 10 | 1F | 42 | 36 |
| Octal | 327 | 216 | 76 | 0 | 42 | 107 | 20 | 37 | 102 | 66 |
| Binary | 11010111 | 10001110 | 111110 | 0 | 100010 | 1000111 | 10000 | 11111 | 1000010 | 110110 |
Color Harmonies of #D78E3E
Complementary color
Monochromatic Colors of #D78E3E
Black with #D78E3E
Text Example
Text Example
White with #D78E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E3E; }
p { color: rgb(215,142,62); }
H1.HeaderClassName
{
color: #D78E3E;
}
.AnyTagClassName
{
color: #D78E3E;
}
</style>
background-color css
<style>
a { background-color: #D78E3E; }
a { background-color: rgb(215,142,62); }
div.DivClassName
{
background-color: #D78E3E;
}
.BgClassName
{
background-color: #D78E3E;
}
</style>
border-color css
<style>
span { border-color: #D78E3E; }
span { border-color: rgb(215,142,62); }
td.TdClassName
{
border-color: #D78E3E;
}
.TagClassName
{
border-color: #D78E3E;
}
</style>