#734C35

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

Shades of Old Copper #734C35

Tints of Old Copper #734C35

Color information

#734C35 (or 0x734C35) is unknown color: approx Old Copper. HEX triplet: 73, 4C and 35. RGB value is (115,76,53). Sum of RGB (Red+Green+Blue) = 115+76+53=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #734C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C35 is #8CB3CA. Grayscale: #555555. Windows color (decimal): -9221067 or 3492979. OLE color: 3492979.

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

Color convert

RGB1157653-
CMYK00.340.540.55
HSL22.26º36.9%32.94%-
HSV(B)22.26º53.91%45.1%-
XYZ10.39.074.58-
YUV85.04109.92149.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=47.13%
G=31.15%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115765300.340.540.5522.2636.932.94
Hex734C350223637162521
Octal163114650426667264541
Binary11100111001100110101010001011011011011110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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