#734E3F

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

Shades of Old Copper #734E3F

Tints of Old Copper #734E3F

Color information

#734E3F (or 0x734E3F) is unknown color: approx Old Copper. HEX triplet: 73, 4E and 3F. RGB value is (115,78,63). Sum of RGB (Red+Green+Blue) = 115+78+63=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E3F is #8CB1C0. Grayscale: #575757. Windows color (decimal): -9220545 or 4148851. OLE color: 4148851.

HSL color Cylindrical-coordinate representation of color #734E3F: hue angle of 17.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #734E3F is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1157863-
CMYK00.320.450.55
HSL17.31º29.21%34.9%-
HSV(B)17.31º45.22%45.1%-
XYZ10.699.455.96-
YUV87.35114.26147.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 63 (25% from 255) = 24.61%
R=44.92%
G=30.47%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115786300.320.450.5517.3129.2134.9
Hex734E3F0202D37111d23
Octal163116770405567213543
Binary1110011100111011111101000001011011101111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E3F; }

 p { color: rgb(115,78,63); }

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

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

 a { background-color: rgb(115,78,63); }

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

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

 span { border-color: rgb(115,78,63); }

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