#745037

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

Shades of Old Copper #745037

Tints of Old Copper #745037

Color information

#745037 (or 0x745037) is unknown color: approx Old Copper. HEX triplet: 74, 50 and 37. RGB value is (116,80,55). Sum of RGB (Red+Green+Blue) = 116+80+55=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745037 is #8BAFC8. Grayscale: #585858. Windows color (decimal): -9154505 or 3625076. OLE color: 3625076.

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

Color convert

RGB1168055-
CMYK00.310.530.55
HSL24.59º35.67%33.53%-
HSV(B)24.59º52.59%45.49%-
XYZ10.769.734.92-
YUV87.91109.43148.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=46.22%
G=31.87%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116805500.310.530.5524.5935.6733.53
Hex74503701F3537192422
Octal164120670376567314442
Binary1110100101000011011101111111010111011111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745037; }

 p { color: rgb(116,80,55); }

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

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

 a { background-color: rgb(116,80,55); }

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

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

 span { border-color: rgb(116,80,55); }

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