#735140

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

Shades of Old Copper #735140

Tints of Old Copper #735140

Color information

#735140 (or 0x735140) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 40. RGB value is (115,81,64). Sum of RGB (Red+Green+Blue) = 115+81+64=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #735140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735140 is #8CAEBF. Grayscale: #595959. Windows color (decimal): -9219776 or 4215155. OLE color: 4215155.

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

Color convert

RGB1158164-
CMYK00.300.440.55
HSL20º28.49%35.1%-
HSV(B)20º44.35%45.1%-
XYZ10.949.96.18-
YUV89.23113.76146.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=44.23%
G=31.15%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816400.300.440.552028.4935.1
Hex73514001E2C37141c23
Octal1631211000365467243443
Binary1110011101000110000000111101011001101111010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735140; }

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

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

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

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

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

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

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

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