#78543D

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

Shades of Old Copper #78543D

Tints of Old Copper #78543D

Color information

#78543D (or 0x78543D) is unknown color: approx Old Copper. HEX triplet: 78, 54 and 3D. RGB value is (120,84,61). Sum of RGB (Red+Green+Blue) = 120+84+61=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78543D is #87ABC2. Grayscale: #5C5C5C. Windows color (decimal): -8891331 or 4019320. OLE color: 4019320.

HSL color Cylindrical-coordinate representation of color #78543D: hue angle of 23.39º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78543D is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1208461-
CMYK00.30.490.53
HSL23.39º32.6%35.49%-
HSV(B)23.39º49.17%47.06%-
XYZ11.7610.675.85-
YUV92.14110.43147.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=45.28%
G=31.70%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120846100.30.490.5323.3932.635.49
Hex78543D01E3135172123
Octal170124750366165274143
Binary1111000101010011110101111011000111010110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78543D; }

 p { color: rgb(120,84,61); }

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

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

 a { background-color: rgb(120,84,61); }

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

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

 span { border-color: rgb(120,84,61); }

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