#773E28

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

Shades of Copper Canyon #773E28

Tints of Copper Canyon #773E28

Color information

#773E28 (or 0x773E28) is unknown color: approx Copper Canyon. HEX triplet: 77, 3E and 28. RGB value is (119,62,40). Sum of RGB (Red+Green+Blue) = 119+62+40=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E28 is #88C1D7. Grayscale: #4C4C4C. Windows color (decimal): -8962520 or 2637431. OLE color: 2637431.

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

Color convert

RGB1196240-
CMYK00.480.660.53
HSL16.71º49.69%31.18%-
HSV(B)16.71º66.39%46.67%-
XYZ9.717.522.95-
YUV76.54107.38158.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=53.85%
G=28.05%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119624000.480.660.5316.7149.6931.18
Hex773E28030423511321f
Octal167765006010265216237
Binary1110111111110101000011000010000101101011000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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