#765239

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

Shades of Old Copper #765239

Tints of Old Copper #765239

Color information

#765239 (or 0x765239) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 39. RGB value is (118,82,57). Sum of RGB (Red+Green+Blue) = 118+82+57=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765239 is #89ADC6. Grayscale: #5A5A5A. Windows color (decimal): -9022919 or 3756662. OLE color: 3756662.

HSL color Cylindrical-coordinate representation of color #765239: hue angle of 24.59º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765239 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1188257-
CMYK00.310.520.54
HSL24.59º34.86%34.31%-
HSV(B)24.59º51.69%46.27%-
XYZ11.2310.185.24-
YUV89.91109.43148.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=45.91%
G=31.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118825700.310.520.5424.5934.8634.31
Hex76523901F3436192322
Octal166122710376466314342
Binary1110110101001011100101111111010011011011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765239; }

 p { color: rgb(118,82,57); }

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

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

 a { background-color: rgb(118,82,57); }

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

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

 span { border-color: rgb(118,82,57); }

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