#773B28

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

Shades of Copper Canyon #773B28

Tints of Copper Canyon #773B28

Color information

#773B28 (or 0x773B28) is unknown color: approx Copper Canyon. HEX triplet: 77, 3B and 28. RGB value is (119,59,40). Sum of RGB (Red+Green+Blue) = 119+59+40=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #773B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B28 is #88C4D7. Grayscale: #4A4A4A. Windows color (decimal): -8963288 or 2636663. OLE color: 2636663.

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

Color convert

RGB1195940-
CMYK00.500.660.53
HSL14.43º49.69%31.18%-
HSV(B)14.43º66.39%46.67%-
XYZ9.557.22.89-
YUV74.77108.38159.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=54.59%
G=27.06%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119594000.500.660.5314.4349.6931.18
Hex773B280324235e321f
Octal167735006210265166237
Binary111011111101110100001100101000010110101111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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