#735543

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

Shades of Old Copper #735543

Tints of Old Copper #735543

Color information

#735543 (or 0x735543) is unknown color: approx Old Copper. HEX triplet: 73, 55 and 43. RGB value is (115,85,67). Sum of RGB (Red+Green+Blue) = 115+85+67=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735543 is #8CAABC. Grayscale: #5C5C5C. Windows color (decimal): -9218749 or 4412787. OLE color: 4412787.

HSL color Cylindrical-coordinate representation of color #735543: hue angle of 22.5º 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 #735543 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1158567-
CMYK00.260.420.55
HSL22.5º26.37%35.69%-
HSV(B)22.5º41.74%45.1%-
XYZ11.3310.556.75-
YUV91.92113.94144.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=43.07%
G=31.84%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856700.260.420.5522.526.3735.69
Hex73554301A2A37171a24
Octal1631251030325267273244
Binary1110011101010110000110110101010101101111011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735543; }

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

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

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

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

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

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

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

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