#735240

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

Shades of Old Copper #735240

Tints of Old Copper #735240

Color information

#735240 (or 0x735240) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 40. RGB value is (115,82,64). Sum of RGB (Red+Green+Blue) = 115+82+64=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #735240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735240 is #8CADBF. Grayscale: #595959. Windows color (decimal): -9219520 or 4215411. OLE color: 4215411.

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

Color convert

RGB1158264-
CMYK00.290.440.55
HSL21.18º28.49%35.1%-
HSV(B)21.18º44.35%45.1%-
XYZ11.0110.056.21-
YUV89.82113.43145.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=44.06%
G=31.42%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115826400.290.440.5521.1828.4935.1
Hex73524001D2C37151c23
Octal1631221000355467253443
Binary1110011101001010000000111011011001101111010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735240; }

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

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

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

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

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

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

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

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