#773E27

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

Shades of Copper Canyon #773E27

Tints of Copper Canyon #773E27

Color information

#773E27 (or 0x773E27) is unknown color: approx Copper Canyon. HEX triplet: 77, 3E and 27. RGB value is (119,62,39). Sum of RGB (Red+Green+Blue) = 119+62+39=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #773E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E27 is #88C1D8. Grayscale: #4C4C4C. Windows color (decimal): -8962521 or 2571895. OLE color: 2571895.

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

Color convert

RGB1196239-
CMYK00.480.670.53
HSL17.25º50.63%30.98%-
HSV(B)17.25º67.23%46.67%-
XYZ9.77.512.86-
YUV76.42106.88158.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=54.09%
G=28.18%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119623900.480.670.5317.2550.6330.98
Hex773E27030433511331f
Octal167764706010365216337
Binary1110111111110100111011000010000111101011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,39); }

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

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

 a { background-color: rgb(119,62,39); }

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

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

 span { border-color: rgb(119,62,39); }

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