#785241

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

Shades of Old Copper #785241

Tints of Old Copper #785241

Color information

#785241 (or 0x785241) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 41. RGB value is (120,82,65). Sum of RGB (Red+Green+Blue) = 120+82+65=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #785241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785241 is #87ADBE. Grayscale: #5B5B5B. Windows color (decimal): -8891839 or 4280952. OLE color: 4280952.

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

Color convert

RGB1208265-
CMYK00.320.460.53
HSL18.55º29.73%36.27%-
HSV(B)18.55º45.83%47.06%-
XYZ11.7210.416.39-
YUV91.42113.09148.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=44.94%
G=30.71%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120826500.320.460.5318.5529.7336.27
Hex7852410202E35131e24
Octal1701221010405665233644
Binary11110001010010100000101000001011101101011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785241; }

 p { color: rgb(120,82,65); }

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

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

 a { background-color: rgb(120,82,65); }

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

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

 span { border-color: rgb(120,82,65); }

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