#745640

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

Shades of Old Copper #745640

Tints of Old Copper #745640

Color information

#745640 (or 0x745640) is unknown color: approx Old Copper. HEX triplet: 74, 56 and 40. RGB value is (116,86,64). Sum of RGB (Red+Green+Blue) = 116+86+64=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745640 is #8BA9BF. Grayscale: #5C5C5C. Windows color (decimal): -9152960 or 4216436. OLE color: 4216436.

HSL color Cylindrical-coordinate representation of color #745640: hue angle of 25.38º 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 #745640 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1168664-
CMYK00.260.450.55
HSL25.38º28.89%35.29%-
HSV(B)25.38º44.83%45.49%-
XYZ11.4610.746.32-
YUV92.46111.94144.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=43.61%
G=32.33%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116866400.260.450.5525.3828.8935.29
Hex74564001A2D37191d23
Octal1641261000325567313543
Binary1110100101011010000000110101011011101111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745640; }

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

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

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

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

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

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

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

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