#734E3B

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

Shades of Old Copper #734E3B

Tints of Old Copper #734E3B

Color information

#734E3B (or 0x734E3B) is unknown color: approx Old Copper. HEX triplet: 73, 4E and 3B. RGB value is (115,78,59). Sum of RGB (Red+Green+Blue) = 115+78+59=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E3B is #8CB1C4. Grayscale: #575757. Windows color (decimal): -9220549 or 3886707. OLE color: 3886707.

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

Color convert

RGB1157859-
CMYK00.320.490.55
HSL20.36º32.18%34.12%-
HSV(B)20.36º48.7%45.1%-
XYZ10.589.415.4-
YUV86.9112.26148.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=45.63%
G=30.95%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115785900.320.490.5520.3632.1834.12
Hex734E3B0203137142022
Octal163116730406167244042
Binary11100111001110111011010000011000111011110100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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