#73543E

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

Shades of Old Copper #73543E

Tints of Old Copper #73543E

Color information

#73543E (or 0x73543E) is unknown color: approx Old Copper. HEX triplet: 73, 54 and 3E. RGB value is (115,84,62). Sum of RGB (Red+Green+Blue) = 115+84+62=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73543E is #8CABC1. Grayscale: #5A5A5A. Windows color (decimal): -9219010 or 4084851. OLE color: 4084851.

HSL color Cylindrical-coordinate representation of color #73543E: hue angle of 24.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73543E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1158462-
CMYK00.270.460.55
HSL24.91º29.94%34.71%-
HSV(B)24.91º46.09%45.1%-
XYZ11.1110.335.97-
YUV90.76111.77145.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=44.06%
G=32.18%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115846200.270.460.5524.9129.9434.71
Hex73543E01B2E37191e23
Octal163124760335667313643
Binary111001110101001111100110111011101101111100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73543E; }

 p { color: rgb(115,84,62); }

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

<style>
 a { background-color: #73543E; }

 a { background-color: rgb(115,84,62); }

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

<style>
 span { border-color: #73543E; }

 span { border-color: rgb(115,84,62); }

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