#78573D

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

Shades of Old Copper #78573D

Tints of Old Copper #78573D

Color information

#78573D (or 0x78573D) is unknown color: approx Old Copper. HEX triplet: 78, 57 and 3D. RGB value is (120,87,61). Sum of RGB (Red+Green+Blue) = 120+87+61=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78573D is #87A8C2. Grayscale: #5E5E5E. Windows color (decimal): -8890563 or 4020088. OLE color: 4020088.

HSL color Cylindrical-coordinate representation of color #78573D: hue angle of 26.44º 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 #78573D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1208761-
CMYK00.280.490.53
HSL26.44º32.6%35.49%-
HSV(B)26.44º49.17%47.06%-
XYZ1211.155.93-
YUV93.9109.43146.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=44.78%
G=32.46%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120876100.280.490.5326.4432.635.49
Hex78573D01C31351a2123
Octal170127750346165324143
Binary1111000101011111110101110011000111010111010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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