#734D3B

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

Shades of Old Copper #734D3B

Tints of Old Copper #734D3B

Color information

#734D3B (or 0x734D3B) is unknown color: approx Old Copper. HEX triplet: 73, 4D and 3B. RGB value is (115,77,59). Sum of RGB (Red+Green+Blue) = 115+77+59=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #734D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D3B is #8CB2C4. Grayscale: #565656. Windows color (decimal): -9220805 or 3886451. OLE color: 3886451.

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

Color convert

RGB1157759-
CMYK00.330.490.55
HSL19.29º32.18%34.12%-
HSV(B)19.29º48.7%45.1%-
XYZ10.519.275.37-
YUV86.31112.59148.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=45.82%
G=30.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115775900.330.490.5519.2932.1834.12
Hex734D3B0213137132022
Octal163115730416167234042
Binary11100111001101111011010000111000111011110011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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