#785544

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

Shades of Old Copper #785544

Tints of Old Copper #785544

Color information

#785544 (or 0x785544) is unknown color: approx Old Copper. HEX triplet: 78, 55 and 44. RGB value is (120,85,68). Sum of RGB (Red+Green+Blue) = 120+85+68=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785544 is #87AABB. Grayscale: #5D5D5D. Windows color (decimal): -8891068 or 4478328. OLE color: 4478328.

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

Color convert

RGB1208568-
CMYK00.290.430.53
HSL19.62º27.66%36.86%-
HSV(B)19.62º43.33%47.06%-
XYZ12.0410.916.94-
YUV93.53113.6146.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=43.96%
G=31.14%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120856800.290.430.5319.6227.6636.86
Hex78554401D2B35141c25
Octal1701251040355365243445
Binary1111000101010110001000111011010111101011010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785544; }

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

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

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

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

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

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

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

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