#D78947

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

Shades of Peru #D78947

Tints of Peru #D78947

Color information

#D78947 (or 0xD78947) is unknown color: approx Peru. HEX triplet: D7, 89 and 47. RGB value is (215,137,71). Sum of RGB (Red+Green+Blue) = 215+137+71=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D78947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78947 is #2876B8. Grayscale: #999999. Windows color (decimal): -2651833 or 4688343. OLE color: 4688343.

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

Color convert

RGB21513771-
CMYK00.360.670.16
HSL27.5º64.29%56.08%-
HSV(B)27.5º66.98%84.31%-
XYZ38.1132.7910.28-
YUV152.881.84172.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=50.83%
G=32.39%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151377100.360.670.1627.564.2956.08
HexD7894702443101c4038
Octal327211107044103203410070
Binary110101111000100110001110100100100001110000111001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78947; }

 p { color: rgb(215,137,71); }

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

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

 a { background-color: rgb(215,137,71); }

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

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

 span { border-color: rgb(215,137,71); }

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