#745443

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

Shades of Old Copper #745443

Tints of Old Copper #745443

Color information

#745443 (or 0x745443) is unknown color: approx Old Copper. HEX triplet: 74, 54 and 43. RGB value is (116,84,67). Sum of RGB (Red+Green+Blue) = 116+84+67=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745443 is #8BABBC. Grayscale: #5B5B5B. Windows color (decimal): -9153469 or 4412532. OLE color: 4412532.

HSL color Cylindrical-coordinate representation of color #745443: hue angle of 20.82º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745443 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1168467-
CMYK00.280.420.55
HSL20.82º26.78%35.88%-
HSV(B)20.82º42.24%45.49%-
XYZ11.3910.466.73-
YUV91.63114.1145.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=43.45%
G=31.46%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116846700.280.420.5520.8226.7835.88
Hex74544301C2A37151b24
Octal1641241030345267253344
Binary1110100101010010000110111001010101101111010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745443; }

 p { color: rgb(116,84,67); }

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

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

 a { background-color: rgb(116,84,67); }

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

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

 span { border-color: rgb(116,84,67); }

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