#D78D48

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

Shades of Peru #D78D48

Tints of Peru #D78D48

Color information

#D78D48 (or 0xD78D48) is unknown color: approx Peru. HEX triplet: D7, 8D and 48. RGB value is (215,141,72). Sum of RGB (Red+Green+Blue) = 215+141+72=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D48 is #2872B7. Grayscale: #9B9B9B. Windows color (decimal): -2650808 or 4754903. OLE color: 4754903.

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

Color convert

RGB21514172-
CMYK00.340.670.16
HSL28.95º64.13%56.27%-
HSV(B)28.95º66.51%84.31%-
XYZ38.7233.9610.65-
YUV155.2681.02170.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=50.23%
G=32.94%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151417200.340.670.1628.9564.1356.27
HexD78D4802243101d4038
Octal327215110042103203510070
Binary110101111000110110010000100010100001110000111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D48; }

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

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

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

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

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

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

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

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