#785339

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

Shades of Old Copper #785339

Tints of Old Copper #785339

Color information

#785339 (or 0x785339) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 39. RGB value is (120,83,57). Sum of RGB (Red+Green+Blue) = 120+83+57=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #785339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785339 is #87ACC6. Grayscale: #5B5B5B. Windows color (decimal): -8891591 or 3756920. OLE color: 3756920.

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

Color convert

RGB1208357-
CMYK00.310.520.53
HSL24.76º35.59%34.71%-
HSV(B)24.76º52.5%47.06%-
XYZ11.5810.475.28-
YUV91.1108.76148.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=46.15%
G=31.92%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120835700.310.520.5324.7635.5934.71
Hex78533901F3435192423
Octal170123710376465314443
Binary1111000101001111100101111111010011010111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785339; }

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

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

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

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

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

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

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

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