#D78D3E

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

Shades of Peru #D78D3E

Tints of Peru #D78D3E

Color information

#D78D3E (or 0xD78D3E) is unknown color: approx Peru. HEX triplet: D7, 8D and 3E. RGB value is (215,141,62). Sum of RGB (Red+Green+Blue) = 215+141+62=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D3E is #2872C1. Grayscale: #9A9A9A. Windows color (decimal): -2650818 or 4099543. OLE color: 4099543.

HSL color Cylindrical-coordinate representation of color #D78D3E: hue angle of 30.98º 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 #D78D3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21514162-
CMYK00.340.710.16
HSL30.98º65.67%54.31%-
HSV(B)30.98º71.16%84.31%-
XYZ38.4233.849.07-
YUV154.1276.02171.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 62 (24.61% from 255) = 14.83%
R=51.44%
G=33.73%
B=14.83%

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
Decimal2151416200.340.710.1630.9865.6754.31
HexD78D3E02247101f4236
Octal32721576042107203710266
Binary11010111100011011111100100010100011110000111111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D3E; }

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

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

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

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

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

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

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

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