#743F2D

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

Shades of Copper Canyon #743F2D

Tints of Copper Canyon #743F2D

Color information

#743F2D (or 0x743F2D) is unknown color: approx Copper Canyon. HEX triplet: 74, 3F and 2D. RGB value is (116,63,45). Sum of RGB (Red+Green+Blue) = 116+63+45=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F2D is #8BC0D2. Grayscale: #4C4C4C. Windows color (decimal): -9158867 or 2965364. OLE color: 2965364.

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

Color convert

RGB1166345-
CMYK00.460.610.55
HSL15.21º44.1%31.57%-
HSV(B)15.21º61.21%45.49%-
XYZ9.457.463.42-
YUV76.79110.06155.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=51.79%
G=28.12%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116634500.460.610.5515.2144.131.57
Hex743F2D02E3D37f2c20
Octal16477550567567175440
Binary111010011111110110101011101111011101111111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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