#734E3A

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

Shades of Old Copper #734E3A

Tints of Old Copper #734E3A

Color information

#734E3A (or 0x734E3A) is unknown color: approx Old Copper. HEX triplet: 73, 4E and 3A. RGB value is (115,78,58). Sum of RGB (Red+Green+Blue) = 115+78+58=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #734E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E3A is #8CB1C5. Grayscale: #565656. Windows color (decimal): -9220550 or 3821171. OLE color: 3821171.

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

Color convert

RGB1157858-
CMYK00.320.500.55
HSL21.05º32.95%33.92%-
HSV(B)21.05º49.57%45.1%-
XYZ10.569.45.26-
YUV86.78111.76148.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=45.82%
G=31.08%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115785800.320.500.5521.0532.9533.92
Hex734E3A0203237152122
Octal163116720406267254142
Binary11100111001110111010010000011001011011110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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