#7C442C

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

Shades of Copper Canyon #7C442C

Tints of Copper Canyon #7C442C

Color information

#7C442C (or 0x7C442C) is unknown color: approx Copper Canyon. HEX triplet: 7C, 44 and 2C. RGB value is (124,68,44). Sum of RGB (Red+Green+Blue) = 124+68+44=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C442C is #83BBD3. Grayscale: #525252. Windows color (decimal): -8633300 or 2901116. OLE color: 2901116.

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

Color convert

RGB1246844-
CMYK00.450.650.51
HSL18º47.62%32.94%-
HSV(B)18º64.52%48.63%-
XYZ10.838.63.47-
YUV82.01106.55157.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=52.54%
G=28.81%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124684400.450.650.511847.6232.94
Hex7C442C02D4133123021
Octal1741045405510163226041
Binary111110010001001011000101101100000111001110010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,44); }

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

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

 a { background-color: rgb(124,68,44); }

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

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

 span { border-color: rgb(124,68,44); }

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