#785343

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

Shades of Old Copper #785343

Tints of Old Copper #785343

Color information

#785343 (or 0x785343) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 43. RGB value is (120,83,67). Sum of RGB (Red+Green+Blue) = 120+83+67=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785343 is #87ACBC. Grayscale: #5C5C5C. Windows color (decimal): -8891581 or 4412280. OLE color: 4412280.

HSL color Cylindrical-coordinate representation of color #785343: hue angle of 18.11º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785343 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1208367-
CMYK00.310.440.53
HSL18.11º28.34%36.67%-
HSV(B)18.11º44.17%47.06%-
XYZ11.8510.586.73-
YUV92.24113.76147.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=44.44%
G=30.74%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120836700.310.440.5318.1128.3436.67
Hex78534301F2C35121c25
Octal1701231030375465223445
Binary1111000101001110000110111111011001101011001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785343; }

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

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

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

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

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

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

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

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