#7C442A

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

Shades of Copper Canyon #7C442A

Tints of Copper Canyon #7C442A

Color information

#7C442A (or 0x7C442A) is unknown color: approx Copper Canyon. HEX triplet: 7C, 44 and 2A. RGB value is (124,68,42). Sum of RGB (Red+Green+Blue) = 124+68+42=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C442A is #83BBD5. Grayscale: #515151. Windows color (decimal): -8633302 or 2770044. OLE color: 2770044.

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

Color convert

RGB1246842-
CMYK00.450.660.51
HSL19.02º49.4%32.55%-
HSV(B)19.02º66.13%48.63%-
XYZ10.88.593.28-
YUV81.78105.55158.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.99%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=52.99%
G=29.06%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124684200.450.660.5119.0249.432.55
Hex7C442A02D4233133121
Octal1741045205510263236141
Binary111110010001001010100101101100001011001110011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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