#735443

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

Shades of Old Copper #735443

Tints of Old Copper #735443

Color information

#735443 (or 0x735443) is unknown color: approx Old Copper. HEX triplet: 73, 54 and 43. RGB value is (115,84,67). Sum of RGB (Red+Green+Blue) = 115+84+67=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735443 is #8CABBC. Grayscale: #5B5B5B. Windows color (decimal): -9219005 or 4412531. OLE color: 4412531.

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

Color convert

RGB1158467-
CMYK00.270.420.55
HSL21.25º26.37%35.69%-
HSV(B)21.25º41.74%45.1%-
XYZ11.2510.396.72-
YUV91.33114.27144.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=43.23%
G=31.58%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115846700.270.420.5521.2526.3735.69
Hex73544301B2A37151a24
Octal1631241030335267253244
Binary1110011101010010000110110111010101101111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735443; }

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

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

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

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

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

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

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

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