#7E4429

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

Shades of Copper Canyon #7E4429

Tints of Copper Canyon #7E4429

Color information

#7E4429 (or 0x7E4429) is unknown color: approx Copper Canyon. HEX triplet: 7E, 44 and 29. RGB value is (126,68,41). Sum of RGB (Red+Green+Blue) = 126+68+41=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4429 is #81BBD6. Grayscale: #525252. Windows color (decimal): -8502231 or 2704510. OLE color: 2704510.

HSL color Cylindrical-coordinate representation of color #7E4429: hue angle of 19.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E4429 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB1266841-
CMYK00.460.670.51
HSL19.06º50.9%32.75%-
HSV(B)19.06º67.46%49.41%-
XYZ11.078.733.2-
YUV82.26104.72159.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.62%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=53.62%
G=28.94%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126684100.460.670.5119.0650.932.75
Hex7E442902E4333133321
Octal1761045105610363236341
Binary111111010001001010010101110100001111001110011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E4429; }

 p { color: rgb(126,68,41); }

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

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

 a { background-color: rgb(126,68,41); }

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

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

 span { border-color: rgb(126,68,41); }

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