#765035

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

Shades of Old Copper #765035

Tints of Old Copper #765035

Color information

#765035 (or 0x765035) is unknown color: approx Old Copper. HEX triplet: 76, 50 and 35. RGB value is (118,80,53). Sum of RGB (Red+Green+Blue) = 118+80+53=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765035 is #89AFCA. Grayscale: #585858. Windows color (decimal): -9023435 or 3494006. OLE color: 3494006.

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

Color convert

RGB1188053-
CMYK00.320.550.54
HSL24.92º38.01%33.53%-
HSV(B)24.92º55.08%46.27%-
XYZ10.989.854.69-
YUV88.28108.09149.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=47.01%
G=31.87%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118805300.320.550.5424.9238.0133.53
Hex7650350203736192622
Octal166120650406766314642
Binary11101101010000110101010000011011111011011001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765035; }

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

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

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

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

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

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

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

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