#735540

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

Shades of Old Copper #735540

Tints of Old Copper #735540

Color information

#735540 (or 0x735540) is unknown color: approx Old Copper. HEX triplet: 73, 55 and 40. RGB value is (115,85,64). Sum of RGB (Red+Green+Blue) = 115+85+64=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #735540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735540 is #8CAABF. Grayscale: #5B5B5B. Windows color (decimal): -9218752 or 4216179. OLE color: 4216179.

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

Color convert

RGB1158564-
CMYK00.260.440.55
HSL24.71º28.49%35.1%-
HSV(B)24.71º44.35%45.1%-
XYZ11.2410.516.29-
YUV91.58112.44144.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=43.56%
G=32.20%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856400.260.440.5524.7128.4935.1
Hex73554001A2C37191c23
Octal1631251000325467313443
Binary1110011101010110000000110101011001101111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735540; }

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

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

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

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

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

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

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

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