#734134

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

Shades of Metallic Copper #734134

Tints of Metallic Copper #734134

Color information

#734134 (or 0x734134) is unknown color: approx Metallic Copper. HEX triplet: 73, 41 and 34. RGB value is (115,65,52). Sum of RGB (Red+Green+Blue) = 115+65+52=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #734134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734134 is #8CBECB. Grayscale: #4E4E4E. Windows color (decimal): -9223884 or 3424627. OLE color: 3424627.

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

Color convert

RGB1156552-
CMYK00.430.550.55
HSL12.38º37.72%32.75%-
HSV(B)12.38º54.78%45.1%-
XYZ9.587.674.22-
YUV78.47113.06154.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=49.57%
G=28.02%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115655200.430.550.5512.3837.7232.75
Hex73413402B3737c2621
Octal163101640536767144641
Binary1110011100000111010001010111101111101111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734134; }

 p { color: rgb(115,65,52); }

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

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

 a { background-color: rgb(115,65,52); }

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

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

 span { border-color: rgb(115,65,52); }

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