Shades of Peru #D78D46
Tints of Peru #D78D46
RGB
CMYK
RGB Variations
Color information
#D78D46 (or 0xD78D46) is known color: Peru. HEX triplet: D7, 8D and 46. RGB value is (215,141,70). Sum of RGB (Red+Green+Blue) = 215+141+70=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D46 is #2872B9. Grayscale: #9B9B9B. Windows color (decimal): -2650810 or 4623831. OLE color: 4623831.
HSL color Cylindrical-coordinate representation of color #D78D46: hue angle of 29.38º 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 #D78D46 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 70 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.16 |
| HSL | 29.38º | 0.64% | 0.56% | - |
| HSV(B) | 29.38º | 0.67% | 0.84% | - |
| XYZ | 38.65 | 33.94 | 10.31 | - |
| YUV | 155.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 70 | 0 | 0.34 | 0.67 | 0.16 | 29.38 | 0.64 | 0.56 |
| Hex | D7 | 8D | 46 | 0 | 22 | 43 | 10 | 1D | 40 | 38 |
| Octal | 327 | 215 | 106 | 0 | 42 | 103 | 20 | 35 | 100 | 70 |
| Binary | 11010111 | 10001101 | 1000110 | 0 | 100010 | 1000011 | 10000 | 11101 | 1000000 | 111000 |
Color Harmonies of #D78D46
Complementary color
Monochromatic Colors of #D78D46
Black with #D78D46
Text Example
Text Example
White with #D78D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D46; }
p { color: rgb(215,141,70); }
H1.HeaderClassName
{
color: #D78D46;
}
.AnyTagClassName
{
color: #D78D46;
}
</style>
background-color css
<style>
a { background-color: #D78D46; }
a { background-color: rgb(215,141,70); }
div.DivClassName
{
background-color: #D78D46;
}
.BgClassName
{
background-color: #D78D46;
}
</style>
border-color css
<style>
span { border-color: #D78D46; }
span { border-color: rgb(215,141,70); }
td.TdClassName
{
border-color: #D78D46;
}
.TagClassName
{
border-color: #D78D46;
}
</style>