#78533D

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

Shades of Old Copper #78533D

Tints of Old Copper #78533D

Color information

#78533D (or 0x78533D) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 3D. RGB value is (120,83,61). Sum of RGB (Red+Green+Blue) = 120+83+61=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78533D is #87ACC2. Grayscale: #5B5B5B. Windows color (decimal): -8891587 or 4019064. OLE color: 4019064.

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

Color convert

RGB1208361-
CMYK00.310.490.53
HSL22.37º32.6%35.49%-
HSV(B)22.37º49.17%47.06%-
XYZ11.6810.525.83-
YUV91.56110.76148.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=45.45%
G=31.44%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120836100.310.490.5322.3732.635.49
Hex78533D01F3135162123
Octal170123750376165264143
Binary1111000101001111110101111111000111010110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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