#743E27

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

Shades of Copper Canyon #743E27

Tints of Copper Canyon #743E27

Color information

#743E27 (or 0x743E27) is unknown color: approx Copper Canyon. HEX triplet: 74, 3E and 27. RGB value is (116,62,39). Sum of RGB (Red+Green+Blue) = 116+62+39=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #743E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E27 is #8BC1D8. Grayscale: #4B4B4B. Windows color (decimal): -9159129 or 2571892. OLE color: 2571892.

HSL color Cylindrical-coordinate representation of color #743E27: hue angle of 17.92º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743E27 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1166239-
CMYK00.470.660.55
HSL17.92º49.68%30.39%-
HSV(B)17.92º66.38%45.49%-
XYZ9.297.32.84-
YUV75.52107.39156.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=53.46%
G=28.57%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116623900.470.660.5517.9249.6830.39
Hex743E2702F423712321e
Octal164764705710267226236
Binary1110100111110100111010111110000101101111001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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