#7C402C

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

Shades of Copper Canyon #7C402C

Tints of Copper Canyon #7C402C

Color information

#7C402C (or 0x7C402C) is unknown color: approx Copper Canyon. HEX triplet: 7C, 40 and 2C. RGB value is (124,64,44). Sum of RGB (Red+Green+Blue) = 124+64+44=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C402C is #83BFD3. Grayscale: #4F4F4F. Windows color (decimal): -8634324 or 2900092. OLE color: 2900092.

HSL color Cylindrical-coordinate representation of color #7C402C: hue angle of 15º 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 #7C402C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1246444-
CMYK00.480.650.51
HSL15º47.62%32.94%-
HSV(B)15º64.52%48.63%-
XYZ10.68.133.39-
YUV79.66107.88159.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.45%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=53.45%
G=27.59%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124644400.480.650.511547.6232.94
Hex7C402C0304133f3021
Octal1741005406010163176041
Binary11111001000000101100011000010000011100111111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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