#D78946

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

Shades of Peru #D78946

Tints of Peru #D78946

Color information

#D78946 (or 0xD78946) is unknown color: approx Peru. HEX triplet: D7, 89 and 46. RGB value is (215,137,70). Sum of RGB (Red+Green+Blue) = 215+137+70=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D78946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78946 is #2876B9. Grayscale: #999999. Windows color (decimal): -2651834 or 4622807. OLE color: 4622807.

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

Color convert

RGB21513770-
CMYK00.360.670.16
HSL27.72º64.44%55.88%-
HSV(B)27.72º67.44%84.31%-
XYZ38.0832.7810.11-
YUV152.6881.34172.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 70 (27.73% from 255) = 16.59%
R=50.95%
G=32.46%
B=16.59%

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
Decimal2151377000.360.670.1627.7264.4455.88
HexD7894602443101c4038
Octal327211106044103203410070
Binary110101111000100110001100100100100001110000111001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78946; }

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

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

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

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

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

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

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

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