#785039

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

Shades of Old Copper #785039

Tints of Old Copper #785039

Color information

#785039 (or 0x785039) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 39. RGB value is (120,80,57). Sum of RGB (Red+Green+Blue) = 120+80+57=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #785039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785039 is #87AFC6. Grayscale: #595959. Windows color (decimal): -8892359 or 3756152. OLE color: 3756152.

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

Color convert

RGB1208057-
CMYK00.330.520.53
HSL21.9º35.59%34.71%-
HSV(B)21.9º52.5%47.06%-
XYZ11.3510.035.21-
YUV89.34109.75149.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=46.69%
G=31.13%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805700.330.520.5321.935.5934.71
Hex7850390213435162423
Octal170120710416465264443
Binary11110001010000111001010000111010011010110110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785039; }

 p { color: rgb(120,80,57); }

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

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

 a { background-color: rgb(120,80,57); }

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

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

 span { border-color: rgb(120,80,57); }

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