#D7876F

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

Shades of Copper #D7876F

Tints of Copper #D7876F

Color information

#D7876F (or 0xD7876F) is unknown color: approx Copper. HEX triplet: D7, 87 and 6F. RGB value is (215,135,111). Sum of RGB (Red+Green+Blue) = 215+135+111=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7876F is #287890. Grayscale: #9C9C9C. Windows color (decimal): -2652305 or 7309271. OLE color: 7309271.

HSL color Cylindrical-coordinate representation of color #D7876F: hue angle of 13.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7876F is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215135111-
CMYK00.370.480.16
HSL13.85º56.52%63.92%-
HSV(B)13.85º48.37%84.31%-
XYZ39.5632.9219.31-
YUV156.18102.5169.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=46.64%
G=29.28%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513511100.370.480.1613.8556.5263.92
HexD7876F0253010e3940
Octal32720715704560201671100
Binary1101011110000111110111101001011100001000011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7876F; }

 p { color: rgb(215,135,111); }

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

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

 a { background-color: rgb(215,135,111); }

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

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

 span { border-color: rgb(215,135,111); }

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