Shades of Peru #D78C47
Tints of Peru #D78C47
RGB
CMYK
RGB Variations
Color information
#D78C47 (or 0xD78C47) is known color: Peru. HEX triplet: D7, 8C and 47. RGB value is (215,140,71). Sum of RGB (Red+Green+Blue) = 215+140+71=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C47 is #2873B8. Grayscale: #9A9A9A. Windows color (decimal): -2651065 or 4689111. OLE color: 4689111.
HSL color Cylindrical-coordinate representation of color #D78C47: hue angle of 28.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D78C47 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 71 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.16 |
| HSL | 28.75º | 0.64% | 0.56% | - |
| HSV(B) | 28.75º | 0.67% | 0.84% | - |
| XYZ | 38.54 | 33.66 | 10.43 | - |
| YUV | 154.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 71 | 0 | 0.35 | 0.67 | 0.16 | 28.75 | 0.64 | 0.56 |
| Hex | D7 | 8C | 47 | 0 | 23 | 43 | 10 | 1D | 40 | 38 |
| Octal | 327 | 214 | 107 | 0 | 43 | 103 | 20 | 35 | 100 | 70 |
| Binary | 11010111 | 10001100 | 1000111 | 0 | 100011 | 1000011 | 10000 | 11101 | 1000000 | 111000 |
Color Harmonies of #D78C47
Complementary color
Monochromatic Colors of #D78C47
Black with #D78C47
Text Example
Text Example
White with #D78C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C47; }
p { color: rgb(215,140,71); }
H1.HeaderClassName
{
color: #D78C47;
}
.AnyTagClassName
{
color: #D78C47;
}
</style>
background-color css
<style>
a { background-color: #D78C47; }
a { background-color: rgb(215,140,71); }
div.DivClassName
{
background-color: #D78C47;
}
.BgClassName
{
background-color: #D78C47;
}
</style>
border-color css
<style>
span { border-color: #D78C47; }
span { border-color: rgb(215,140,71); }
td.TdClassName
{
border-color: #D78C47;
}
.TagClassName
{
border-color: #D78C47;
}
</style>