#785034

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

Shades of Old Copper #785034

Tints of Old Copper #785034

Color information

#785034 (or 0x785034) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 34. RGB value is (120,80,52). Sum of RGB (Red+Green+Blue) = 120+80+52=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785034 is #87AFCB. Grayscale: #585858. Windows color (decimal): -8892364 or 3428472. OLE color: 3428472.

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

Color convert

RGB1208052-
CMYK00.330.570.53
HSL24.71º39.53%33.73%-
HSV(B)24.71º56.67%47.06%-
XYZ11.239.984.58-
YUV88.77107.25150.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=47.62%
G=31.75%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805200.330.570.5324.7139.5333.73
Hex7850340213935192822
Octal170120640417165315042
Binary11110001010000110100010000111100111010111001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785034; }

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

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

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

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

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

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

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

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