#745340

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

Shades of Old Copper #745340

Tints of Old Copper #745340

Color information

#745340 (or 0x745340) is unknown color: approx Old Copper. HEX triplet: 74, 53 and 40. RGB value is (116,83,64). Sum of RGB (Red+Green+Blue) = 116+83+64=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #745340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745340 is #8BACBF. Grayscale: #5A5A5A. Windows color (decimal): -9153728 or 4215668. OLE color: 4215668.

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

Color convert

RGB1168364-
CMYK00.280.450.55
HSL21.92º28.89%35.29%-
HSV(B)21.92º44.83%45.49%-
XYZ11.2210.276.24-
YUV90.7112.93146.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=44.11%
G=31.56%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116836400.280.450.5521.9228.8935.29
Hex74534001C2D37161d23
Octal1641231000345567263543
Binary1110100101001110000000111001011011101111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745340; }

 p { color: rgb(116,83,64); }

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

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

 a { background-color: rgb(116,83,64); }

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

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

 span { border-color: rgb(116,83,64); }

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