Shades of Peru #D78846
Tints of Peru #D78846
RGB
CMYK
RGB Variations
Color information
#D78846 (or 0xD78846) is known color: Peru. HEX triplet: D7, 88 and 46. RGB value is (215,136,70). Sum of RGB (Red+Green+Blue) = 215+136+70=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D78846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78846 is #2877B9. Grayscale: #989898. Windows color (decimal): -2652090 or 4622551. OLE color: 4622551.
HSL color Cylindrical-coordinate representation of color #D78846: hue angle of 27.31º 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 #D78846 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 70 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.16 |
| HSL | 27.31º | 0.64% | 0.56% | - |
| HSV(B) | 27.31º | 0.67% | 0.84% | - |
| XYZ | 37.93 | 32.5 | 10.07 | - |
| YUV | 152.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 70 | 0 | 0.37 | 0.67 | 0.16 | 27.31 | 0.64 | 0.56 |
| Hex | D7 | 88 | 46 | 0 | 25 | 43 | 10 | 1B | 40 | 38 |
| Octal | 327 | 210 | 106 | 0 | 45 | 103 | 20 | 33 | 100 | 70 |
| Binary | 11010111 | 10001000 | 1000110 | 0 | 100101 | 1000011 | 10000 | 11011 | 1000000 | 111000 |
Color Harmonies of #D78846
Complementary color
Monochromatic Colors of #D78846
Black with #D78846
Text Example
Text Example
White with #D78846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78846; }
p { color: rgb(215,136,70); }
H1.HeaderClassName
{
color: #D78846;
}
.AnyTagClassName
{
color: #D78846;
}
</style>
background-color css
<style>
a { background-color: #D78846; }
a { background-color: rgb(215,136,70); }
div.DivClassName
{
background-color: #D78846;
}
.BgClassName
{
background-color: #D78846;
}
</style>
border-color css
<style>
span { border-color: #D78846; }
span { border-color: rgb(215,136,70); }
td.TdClassName
{
border-color: #D78846;
}
.TagClassName
{
border-color: #D78846;
}
</style>