#743F28

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

Shades of Copper Canyon #743F28

Tints of Copper Canyon #743F28

Color information

#743F28 (or 0x743F28) is unknown color: approx Copper Canyon. HEX triplet: 74, 3F and 28. RGB value is (116,63,40). Sum of RGB (Red+Green+Blue) = 116+63+40=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #743F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F28 is #8BC0D7. Grayscale: #4C4C4C. Windows color (decimal): -9158872 or 2637684. OLE color: 2637684.

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

Color convert

RGB1166340-
CMYK00.460.660.55
HSL18.16º48.72%30.59%-
HSV(B)18.16º65.52%45.49%-
XYZ9.367.422.95-
YUV76.22107.56156.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=52.97%
G=28.77%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116634000.460.660.5518.1648.7230.59
Hex743F2802E423712311f
Octal164775005610267226137
Binary1110100111111101000010111010000101101111001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,40); }

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

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

 a { background-color: rgb(116,63,40); }

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

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

 span { border-color: rgb(116,63,40); }

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