#743D29

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

Shades of Copper Canyon #743D29

Tints of Copper Canyon #743D29

Color information

#743D29 (or 0x743D29) is unknown color: approx Copper Canyon. HEX triplet: 74, 3D and 29. RGB value is (116,61,41). Sum of RGB (Red+Green+Blue) = 116+61+41=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D29 is #8BC2D6. Grayscale: #4B4B4B. Windows color (decimal): -9159383 or 2702708. OLE color: 2702708.

HSL color Cylindrical-coordinate representation of color #743D29: hue angle of 16º 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 #743D29 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1166141-
CMYK00.470.650.55
HSL16º47.77%30.78%-
HSV(B)16º64.66%45.49%-
XYZ9.277.213-
YUV75.16108.72157.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=53.21%
G=27.98%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116614100.470.650.551647.7730.78
Hex743D2902F413710301f
Octal164755105710167206037
Binary1110100111101101001010111110000011101111000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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