#745134

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

Shades of Old Copper #745134

Tints of Old Copper #745134

Color information

#745134 (or 0x745134) is unknown color: approx Old Copper. HEX triplet: 74, 51 and 34. RGB value is (116,81,52). Sum of RGB (Red+Green+Blue) = 116+81+52=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745134 is #8BAECB. Grayscale: #585858. Windows color (decimal): -9154252 or 3428724. OLE color: 3428724.

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

Color convert

RGB1168152-
CMYK00.300.550.55
HSL27.19º38.1%32.94%-
HSV(B)27.19º55.17%45.49%-
XYZ10.769.854.58-
YUV88.16107.6147.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=46.59%
G=32.53%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116815200.300.550.5527.1938.132.94
Hex74513401E37371b2621
Octal164121640366767334641
Binary1110100101000111010001111011011111011111011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745134; }

 p { color: rgb(116,81,52); }

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

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

 a { background-color: rgb(116,81,52); }

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

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

 span { border-color: rgb(116,81,52); }

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