#785543

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

Shades of Old Copper #785543

Tints of Old Copper #785543

Color information

#785543 (or 0x785543) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 43. RGB value is (120,85,67). Sum of RGB (Red+Green+Blue) = 120+85+67=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785543 is #87AABC. Grayscale: #5D5D5D. Windows color (decimal): -8891069 or 4412792. OLE color: 4412792.

HSL color Cylindrical-coordinate representation of color #785543: hue angle of 20.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785543 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1208567-
CMYK00.290.440.53
HSL20.38º28.34%36.67%-
HSV(B)20.38º44.17%47.06%-
XYZ12.0110.96.78-
YUV93.41113.1146.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 67 (26.56% from 255) = 24.63%
R=44.12%
G=31.25%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856700.290.440.5320.3828.3436.67
Hex78554301D2C35141c25
Octal1701251030355465243445
Binary1111000101010110000110111011011001101011010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785543; }

 p { color: rgb(120,85,67); }

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

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

 a { background-color: rgb(120,85,67); }

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

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

 span { border-color: rgb(120,85,67); }

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