Shades of Peru #D78A46
Tints of Peru #D78A46
RGB
CMYK
RGB Variations
Color information
#D78A46 (or 0xD78A46) is known color: Peru. HEX triplet: D7, 8A and 46. RGB value is (215,138,70). Sum of RGB (Red+Green+Blue) = 215+138+70=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78A46 is #2875B9. Grayscale: #999999. Windows color (decimal): -2651578 or 4623063. OLE color: 4623063.
HSL color Cylindrical-coordinate representation of color #D78A46: hue angle of 28.14º 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 #D78A46 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 70 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.16 |
| HSL | 28.14º | 0.64% | 0.56% | - |
| HSV(B) | 28.14º | 0.67% | 0.84% | - |
| XYZ | 38.22 | 33.07 | 10.16 | - |
| YUV | 153.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 70 | 0 | 0.36 | 0.67 | 0.16 | 28.14 | 0.64 | 0.56 |
| Hex | D7 | 8A | 46 | 0 | 24 | 43 | 10 | 1C | 40 | 38 |
| Octal | 327 | 212 | 106 | 0 | 44 | 103 | 20 | 34 | 100 | 70 |
| Binary | 11010111 | 10001010 | 1000110 | 0 | 100100 | 1000011 | 10000 | 11100 | 1000000 | 111000 |
Color Harmonies of #D78A46
Complementary color
Monochromatic Colors of #D78A46
Black with #D78A46
Text Example
Text Example
White with #D78A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A46; }
p { color: rgb(215,138,70); }
H1.HeaderClassName
{
color: #D78A46;
}
.AnyTagClassName
{
color: #D78A46;
}
</style>
background-color css
<style>
a { background-color: #D78A46; }
a { background-color: rgb(215,138,70); }
div.DivClassName
{
background-color: #D78A46;
}
.BgClassName
{
background-color: #D78A46;
}
</style>
border-color css
<style>
span { border-color: #D78A46; }
span { border-color: rgb(215,138,70); }
td.TdClassName
{
border-color: #D78A46;
}
.TagClassName
{
border-color: #D78A46;
}
</style>