#734C3A

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

Shades of Old Copper #734C3A

Tints of Old Copper #734C3A

Color information

#734C3A (or 0x734C3A) is unknown color: approx Old Copper. HEX triplet: 73, 4C and 3A. RGB value is (115,76,58). Sum of RGB (Red+Green+Blue) = 115+76+58=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C3A is #8CB3C5. Grayscale: #555555. Windows color (decimal): -9221062 or 3820659. OLE color: 3820659.

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

Color convert

RGB1157658-
CMYK00.340.500.55
HSL18.95º32.95%33.92%-
HSV(B)18.95º49.57%45.1%-
XYZ10.429.125.21-
YUV85.61112.42148.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=46.18%
G=30.52%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115765800.340.500.5518.9532.9533.92
Hex734C3A0223237132122
Octal163114720426267234142
Binary11100111001100111010010001011001011011110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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