#743B29

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

Shades of Copper Canyon #743B29

Tints of Copper Canyon #743B29

Color information

#743B29 (or 0x743B29) is unknown color: approx Copper Canyon. HEX triplet: 74, 3B and 29. RGB value is (116,59,41). Sum of RGB (Red+Green+Blue) = 116+59+41=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B29 is #8BC4D6. Grayscale: #4A4A4A. Windows color (decimal): -9159895 or 2702196. OLE color: 2702196.

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

Color convert

RGB1165941-
CMYK00.490.650.55
HSL14.4º47.77%30.78%-
HSV(B)14.4º64.66%45.49%-
XYZ9.1772.97-
YUV73.99109.38157.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=53.70%
G=27.31%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116594100.490.650.5514.447.7730.78
Hex743B290314137e301f
Octal164735106110167166037
Binary111010011101110100101100011000001110111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,59,41); }

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

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

 a { background-color: rgb(116,59,41); }

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

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

 span { border-color: rgb(116,59,41); }

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