#785841

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

Shades of Old Copper #785841

Tints of Old Copper #785841

Color information

#785841 (or 0x785841) is unknown color: approx Old Copper. HEX triplet: 78, 58 and 41. RGB value is (120,88,65). Sum of RGB (Red+Green+Blue) = 120+88+65=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785841 is #87A7BE. Grayscale: #5F5F5F. Windows color (decimal): -8890303 or 4282488. OLE color: 4282488.

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

Color convert

RGB1208865-
CMYK00.270.460.53
HSL25.09º29.73%36.27%-
HSV(B)25.09º45.83%47.06%-
XYZ12.1911.356.55-
YUV94.95111.1145.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=43.96%
G=32.23%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120886500.270.460.5325.0929.7336.27
Hex78584101B2E35191e24
Octal1701301010335665313644
Binary1111000101100010000010110111011101101011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785841; }

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

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

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

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

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

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

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

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