#D78E3E

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

Shades of Peru #D78E3E

Tints of Peru #D78E3E

Color information

#D78E3E (or 0xD78E3E) is unknown color: approx Peru. HEX triplet: D7, 8E and 3E. RGB value is (215,142,62). Sum of RGB (Red+Green+Blue) = 215+142+62=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E3E is #2871C1. Grayscale: #9B9B9B. Windows color (decimal): -2650562 or 4099799. OLE color: 4099799.

HSL color Cylindrical-coordinate representation of color #D78E3E: hue angle of 31.37º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D78E3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21514262-
CMYK00.340.710.16
HSL31.37º65.67%54.31%-
HSV(B)31.37º71.16%84.31%-
XYZ38.5734.149.11-
YUV154.7175.68171-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.31%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 62 (24.61% from 255) = 14.80%
R=51.31%
G=33.89%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151426200.340.710.1631.3765.6754.31
HexD78E3E02247101f4236
Octal32721676042107203710266
Binary11010111100011101111100100010100011110000111111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78E3E; }

 p { color: rgb(215,142,62); }

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

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

 a { background-color: rgb(215,142,62); }

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

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

 span { border-color: rgb(215,142,62); }

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