#743D28

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

Shades of Copper Canyon #743D28

Tints of Copper Canyon #743D28

Color information

#743D28 (or 0x743D28) is unknown color: approx Copper Canyon. HEX triplet: 74, 3D and 28. RGB value is (116,61,40). Sum of RGB (Red+Green+Blue) = 116+61+40=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #743D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D28 is #8BC2D7. Grayscale: #4B4B4B. Windows color (decimal): -9159384 or 2637172. OLE color: 2637172.

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

Color convert

RGB1166140-
CMYK00.470.660.55
HSL16.58º48.72%30.59%-
HSV(B)16.58º65.52%45.49%-
XYZ9.257.22.91-
YUV75.05108.22157.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=53.46%
G=28.11%
B=18.43%

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
Decimal116614000.470.660.5516.5848.7230.59
Hex743D2802F423711311f
Octal164755005710267216137
Binary1110100111101101000010111110000101101111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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