#773A29

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

Shades of Copper Canyon #773A29

Tints of Copper Canyon #773A29

Color information

#773A29 (or 0x773A29) is unknown color: approx Copper Canyon. HEX triplet: 77, 3A and 29. RGB value is (119,58,41). Sum of RGB (Red+Green+Blue) = 119+58+41=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A29 is #88C5D6. Grayscale: #4A4A4A. Windows color (decimal): -8963543 or 2701943. OLE color: 2701943.

HSL color Cylindrical-coordinate representation of color #773A29: hue angle of 13.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773A29 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1195841-
CMYK00.510.660.53
HSL13.08º48.75%31.37%-
HSV(B)13.08º65.55%46.67%-
XYZ9.527.112.97-
YUV74.3109.21159.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=54.59%
G=26.61%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119584100.510.660.5313.0848.7531.37
Hex773A290334235d311f
Octal167725106310265156137
Binary111011111101010100101100111000010110101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,58,41); }

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

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

 a { background-color: rgb(119,58,41); }

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

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

 span { border-color: rgb(119,58,41); }

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