#73543F

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

Shades of Old Copper #73543F

Tints of Old Copper #73543F

Color information

#73543F (or 0x73543F) is unknown color: approx Old Copper. HEX triplet: 73, 54 and 3F. RGB value is (115,84,63). Sum of RGB (Red+Green+Blue) = 115+84+63=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73543F is #8CABC0. Grayscale: #5A5A5A. Windows color (decimal): -9219009 or 4150387. OLE color: 4150387.

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

Color convert

RGB1158463-
CMYK00.270.450.55
HSL24.23º29.21%34.9%-
HSV(B)24.23º45.22%45.1%-
XYZ11.1410.346.11-
YUV90.88112.27145.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 63 (25% from 255) = 24.05%
R=43.89%
G=32.06%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115846300.270.450.5524.2329.2134.9
Hex73543F01B2D37181d23
Octal163124770335567303543
Binary111001110101001111110110111011011101111100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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