#745036

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

Shades of Old Copper #745036

Tints of Old Copper #745036

Color information

#745036 (or 0x745036) is unknown color: approx Old Copper. HEX triplet: 74, 50 and 36. RGB value is (116,80,54). Sum of RGB (Red+Green+Blue) = 116+80+54=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745036 is #8BAFC9. Grayscale: #575757. Windows color (decimal): -9154506 or 3559540. OLE color: 3559540.

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

Color convert

RGB1168054-
CMYK00.310.530.55
HSL25.16º36.47%33.33%-
HSV(B)25.16º53.45%45.49%-
XYZ10.749.724.8-
YUV87.8108.93148.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=46.4%
G=32%
B=21.6%

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
Decimal116805400.310.530.5525.1636.4733.33
Hex74503601F3537192421
Octal164120660376567314441
Binary1110100101000011011001111111010111011111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745036; }

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

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

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

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

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

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

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

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