#785335

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

Shades of Old Copper #785335

Tints of Old Copper #785335

Color information

#785335 (or 0x785335) is unknown color: approx Old Copper. HEX triplet: 78, 53 and 35. RGB value is (120,83,53). Sum of RGB (Red+Green+Blue) = 120+83+53=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785335 is #87ACCA. Grayscale: #5A5A5A. Windows color (decimal): -8891595 or 3494776. OLE color: 3494776.

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

Color convert

RGB1208353-
CMYK00.310.560.53
HSL26.87º38.73%33.92%-
HSV(B)26.87º55.83%47.06%-
XYZ11.4810.444.78-
YUV90.64106.76148.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=46.88%
G=32.42%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120835300.310.560.5326.8738.7333.92
Hex78533501F38351b2722
Octal170123650377065334742
Binary1111000101001111010101111111100011010111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785335; }

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

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

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

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

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

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

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

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