#785036

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

Shades of Old Copper #785036

Tints of Old Copper #785036

Color information

#785036 (or 0x785036) is unknown color: approx Old Copper. HEX triplet: 78, 50 and 36. RGB value is (120,80,54). Sum of RGB (Red+Green+Blue) = 120+80+54=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785036 is #87AFC9. Grayscale: #595959. Windows color (decimal): -8892362 or 3559544. OLE color: 3559544.

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

Color convert

RGB1208054-
CMYK00.330.550.53
HSL23.64º37.93%34.12%-
HSV(B)23.64º55%47.06%-
XYZ11.28104.83-
YUV89108.25150.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=47.24%
G=31.50%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805400.330.550.5323.6437.9334.12
Hex7850360213735182622
Octal170120660416765304642
Binary11110001010000110110010000111011111010111000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785036; }

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

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

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

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

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

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

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

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