#734033

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

Shades of Metallic Copper #734033

Tints of Metallic Copper #734033

Color information

#734033 (or 0x734033) is unknown color: approx Metallic Copper. HEX triplet: 73, 40 and 33. RGB value is (115,64,51). Sum of RGB (Red+Green+Blue) = 115+64+51=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #734033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734033 is #8CBFCC. Grayscale: #4D4D4D. Windows color (decimal): -9224141 or 3358835. OLE color: 3358835.

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

Color convert

RGB1156451-
CMYK00.440.560.55
HSL12.19º38.55%32.55%-
HSV(B)12.19º55.65%45.1%-
XYZ9.57.554.09-
YUV77.77112.9154.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=50%
G=27.83%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115645100.440.560.5512.1938.5532.55
Hex73403302C3837c2721
Octal163100630547067144741
Binary1110011100000011001101011001110001101111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734033; }

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

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

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

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

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

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

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

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