#D78A43

Color #D78A43 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D78A43

Tints of Peru #D78A43

Color information

#D78A43 (or 0xD78A43) is unknown color: approx Peru. HEX triplet: D7, 8A and 43. RGB value is (215,138,67). Sum of RGB (Red+Green+Blue) = 215+138+67=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78A43 is #2875BC. Grayscale: #999999. Windows color (decimal): -2651581 or 4426455. OLE color: 4426455.

HSL color Cylindrical-coordinate representation of color #D78A43: hue angle of 28.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D78A43 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21513867-
CMYK00.360.690.16
HSL28.78º64.91%55.29%-
HSV(B)28.78º68.84%84.31%-
XYZ38.1333.039.68-
YUV152.9379.51172.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=51.19%
G=32.86%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151386700.360.690.1628.7864.9155.29
HexD78A4302445101d4137
Octal327212103044105203510167
Binary110101111000101010000110100100100010110000111011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A43; }

 p { color: rgb(215,138,67); }

 H1.HeaderClassName
 {
   color: #D78A43;
 }
 .AnyTagClassName
 {
   color: #D78A43;
 }
</style>
background-color css

<style>
 a { background-color: #D78A43; }

 a { background-color: rgb(215,138,67); }

 div.DivClassName
 {
   background-color: #D78A43;
 }
 .BgClassName
 {
   background-color: #D78A43;
 }
</style>
border-color css

<style>
 span { border-color: #D78A43; }

 span { border-color: rgb(215,138,67); }

 td.TdClassName
 {
   border-color: #D78A43;
 }
 .TagClassName
 {
   border-color: #D78A43;
 }
</style>