#773C2C

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

Shades of Copper Canyon #773C2C

Tints of Copper Canyon #773C2C

Color information

#773C2C (or 0x773C2C) is unknown color: approx Copper Canyon. HEX triplet: 77, 3C and 2C. RGB value is (119,60,44). Sum of RGB (Red+Green+Blue) = 119+60+44=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2C is #88C3D3. Grayscale: #4B4B4B. Windows color (decimal): -8963028 or 2899063. OLE color: 2899063.

HSL color Cylindrical-coordinate representation of color #773C2C: hue angle of 12.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773C2C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1196044-
CMYK00.500.630.53
HSL12.8º46.01%31.96%-
HSV(B)12.8º63.03%46.67%-
XYZ9.687.343.29-
YUV75.82110.05158.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=53.36%
G=26.91%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119604400.500.630.5312.846.0131.96
Hex773C2C0323F35d2e20
Octal16774540627765155640
Binary111011111110010110001100101111111101011101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773C2C; }

 p { color: rgb(119,60,44); }

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

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

 a { background-color: rgb(119,60,44); }

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

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

 span { border-color: rgb(119,60,44); }

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