#773B2A

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

Shades of Copper Canyon #773B2A

Tints of Copper Canyon #773B2A

Color information

#773B2A (or 0x773B2A) is unknown color: approx Copper Canyon. HEX triplet: 77, 3B and 2A. RGB value is (119,59,42). Sum of RGB (Red+Green+Blue) = 119+59+42=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #773B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B2A is #88C4D5. Grayscale: #4B4B4B. Windows color (decimal): -8963286 or 2767735. OLE color: 2767735.

HSL color Cylindrical-coordinate representation of color #773B2A: hue angle of 13.25º 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 #773B2A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1195942-
CMYK00.500.650.53
HSL13.25º47.83%31.57%-
HSV(B)13.25º64.71%46.67%-
XYZ9.597.223.08-
YUV75109.38159.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=54.09%
G=26.82%
B=19.09%

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
Decimal119594200.500.650.5313.2547.8331.57
Hex773B2A0324135d3020
Octal167735206210165156040
Binary1110111111011101010011001010000011101011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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