#734D35

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

Shades of Old Copper #734D35

Tints of Old Copper #734D35

Color information

#734D35 (or 0x734D35) is unknown color: approx Old Copper. HEX triplet: 73, 4D and 35. RGB value is (115,77,53). Sum of RGB (Red+Green+Blue) = 115+77+53=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D35 is #8CB2CA. Grayscale: #555555. Windows color (decimal): -9220811 or 3493235. OLE color: 3493235.

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

Color convert

RGB1157753-
CMYK00.330.540.55
HSL23.23º36.9%32.94%-
HSV(B)23.23º53.91%45.1%-
XYZ10.379.214.6-
YUV85.63109.59148.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=46.94%
G=31.43%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115775300.330.540.5523.2336.932.94
Hex734D350213637172521
Octal163115650416667274541
Binary11100111001101110101010000111011011011110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,53); }

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

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

 a { background-color: rgb(115,77,53); }

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

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

 span { border-color: rgb(115,77,53); }

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