#785340

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

Shades of Old Copper #785340

Tints of Old Copper #785340

Color information

#785340 (or 0x785340) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 40. RGB value is (120,83,64). Sum of RGB (Red+Green+Blue) = 120+83+64=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #785340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785340 is #87ACBF. Grayscale: #5C5C5C. Windows color (decimal): -8891584 or 4215672. OLE color: 4215672.

HSL color Cylindrical-coordinate representation of color #785340: hue angle of 20.36º 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 #785340 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1208364-
CMYK00.310.470.53
HSL20.36º30.43%36.08%-
HSV(B)20.36º46.67%47.06%-
XYZ11.7610.556.27-
YUV91.9112.26148.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=44.94%
G=31.09%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120836400.310.470.5320.3630.4336.08
Hex78534001F2F35141e24
Octal1701231000375765243644
Binary1111000101001110000000111111011111101011010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785340; }

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

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

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

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

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

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

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

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