#734E3D

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

Shades of Old Copper #734E3D

Tints of Old Copper #734E3D

Color information

#734E3D (or 0x734E3D) is unknown color: approx Old Copper. HEX triplet: 73, 4E and 3D. RGB value is (115,78,61). Sum of RGB (Red+Green+Blue) = 115+78+61=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #734E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E3D is #8CB1C2. Grayscale: #575757. Windows color (decimal): -9220547 or 4017779. OLE color: 4017779.

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

Color convert

RGB1157861-
CMYK00.320.470.55
HSL18.89º30.68%34.51%-
HSV(B)18.89º46.96%45.1%-
XYZ10.649.435.67-
YUV87.12113.26147.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=45.28%
G=30.71%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115786100.320.470.5518.8930.6834.51
Hex734E3D0202F37131f23
Octal163116750405767233743
Binary1110011100111011110101000001011111101111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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