#773C2A

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

Shades of Copper Canyon #773C2A

Tints of Copper Canyon #773C2A

Color information

#773C2A (or 0x773C2A) is unknown color: approx Copper Canyon. HEX triplet: 77, 3C and 2A. RGB value is (119,60,42). Sum of RGB (Red+Green+Blue) = 119+60+42=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2A is #88C3D5. Grayscale: #4B4B4B. Windows color (decimal): -8963030 or 2767991. OLE color: 2767991.

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

Color convert

RGB1196042-
CMYK00.500.650.53
HSL14.03º47.83%31.57%-
HSV(B)14.03º64.71%46.67%-
XYZ9.647.323.1-
YUV75.59109.05158.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=53.85%
G=27.15%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119604200.500.650.5314.0347.8331.57
Hex773C2A0324135e3020
Octal167745206210165166040
Binary1110111111100101010011001010000011101011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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