#734036

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

Shades of Metallic Copper #734036

Tints of Metallic Copper #734036

Color information

#734036 (or 0x734036) is unknown color: approx Metallic Copper. HEX triplet: 73, 40 and 36. RGB value is (115,64,54). Sum of RGB (Red+Green+Blue) = 115+64+54=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #734036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734036 is #8CBFC9. Grayscale: #4E4E4E. Windows color (decimal): -9224138 or 3555443. OLE color: 3555443.

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

Color convert

RGB1156454-
CMYK00.440.530.55
HSL9.84º36.09%33.14%-
HSV(B)9.84º53.04%45.1%-
XYZ9.577.584.45-
YUV78.11114.4154.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=49.36%
G=27.47%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115645400.440.530.559.8436.0933.14
Hex73403602C3537a2421
Octal163100660546567124441
Binary1110011100000011011001011001101011101111010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734036; }

 p { color: rgb(115,64,54); }

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

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

 a { background-color: rgb(115,64,54); }

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

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

 span { border-color: rgb(115,64,54); }

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