#785234

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

Shades of Old Copper #785234

Tints of Old Copper #785234

Color information

#785234 (or 0x785234) is unknown color: approx Old Copper. HEX triplet: 78, 52 and 34. RGB value is (120,82,52). Sum of RGB (Red+Green+Blue) = 120+82+52=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #785234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785234 is #87ADCB. Grayscale: #5A5A5A. Windows color (decimal): -8891852 or 3428984. OLE color: 3428984.

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

Color convert

RGB1208252-
CMYK00.320.570.53
HSL26.47º39.53%33.73%-
HSV(B)26.47º56.67%47.06%-
XYZ11.3810.284.63-
YUV89.94106.59149.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=47.24%
G=32.28%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120825200.320.570.5326.4739.5333.73
Hex78523402039351a2822
Octal170122640407165325042
Binary11110001010010110100010000011100111010111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785234; }

 p { color: rgb(120,82,52); }

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

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

 a { background-color: rgb(120,82,52); }

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

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

 span { border-color: rgb(120,82,52); }

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