#D78C46

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

Shades of Peru #D78C46

Tints of Peru #D78C46

Color information

#D78C46 (or 0xD78C46) is unknown color: approx Peru. HEX triplet: D7, 8C and 46. RGB value is (215,140,70). Sum of RGB (Red+Green+Blue) = 215+140+70=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C46 is #2873B9. Grayscale: #9A9A9A. Windows color (decimal): -2651066 or 4623575. OLE color: 4623575.

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

Color convert

RGB21514070-
CMYK00.350.670.16
HSL28.97º64.44%55.88%-
HSV(B)28.97º67.44%84.31%-
XYZ38.5133.6510.26-
YUV154.4480.35171.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=50.59%
G=32.94%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151407000.350.670.1628.9764.4455.88
HexD78C4602343101d4038
Octal327214106043103203510070
Binary110101111000110010001100100011100001110000111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C46; }

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

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

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

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

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

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

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

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