#785035

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

Shades of Old Copper #785035

Tints of Old Copper #785035

Color information

#785035 (or 0x785035) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 35. RGB value is (120,80,53). Sum of RGB (Red+Green+Blue) = 120+80+53=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785035 is #87AFCA. Grayscale: #595959. Windows color (decimal): -8892363 or 3494008. OLE color: 3494008.

HSL color Cylindrical-coordinate representation of color #785035: hue angle of 24.18º 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 #785035 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1208053-
CMYK00.330.560.53
HSL24.18º38.73%33.92%-
HSV(B)24.18º55.83%47.06%-
XYZ11.269.994.7-
YUV88.88107.75150.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=47.43%
G=31.62%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805300.330.560.5324.1838.7333.92
Hex7850350213835182722
Octal170120650417065304742
Binary11110001010000110101010000111100011010111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785035; }

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

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

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

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

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

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

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

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