#745243

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

Shades of Old Copper #745243

Tints of Old Copper #745243

Color information

#745243 (or 0x745243) is unknown color: approx Old Copper. HEX triplet: 74, 52 and 43. RGB value is (116,82,67). Sum of RGB (Red+Green+Blue) = 116+82+67=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745243 is #8BADBC. Grayscale: #5A5A5A. Windows color (decimal): -9153981 or 4412020. OLE color: 4412020.

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

Color convert

RGB1168267-
CMYK00.290.420.55
HSL18.37º26.78%35.88%-
HSV(B)18.37º42.24%45.49%-
XYZ11.2310.156.68-
YUV90.46114.76146.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=43.77%
G=30.94%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116826700.290.420.5518.3726.7835.88
Hex74524301D2A37121b24
Octal1641221030355267223344
Binary1110100101001010000110111011010101101111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745243; }

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

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

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

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

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

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

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

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