#785240

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

Shades of Old Copper #785240

Tints of Old Copper #785240

Color information

#785240 (or 0x785240) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 40. RGB value is (120,82,64). Sum of RGB (Red+Green+Blue) = 120+82+64=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #785240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785240 is #87ADBF. Grayscale: #5B5B5B. Windows color (decimal): -8891840 or 4215416. OLE color: 4215416.

HSL color Cylindrical-coordinate representation of color #785240: hue angle of 19.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785240 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1208264-
CMYK00.320.470.53
HSL19.29º30.43%36.08%-
HSV(B)19.29º46.67%47.06%-
XYZ11.6910.46.24-
YUV91.31112.59148.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=45.11%
G=30.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120826400.320.470.5319.2930.4336.08
Hex7852400202F35131e24
Octal1701221000405765233644
Binary11110001010010100000001000001011111101011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785240; }

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

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

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

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

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

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

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

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