#76513E

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

Shades of Old Copper #76513E

Tints of Old Copper #76513E

Color information

#76513E (or 0x76513E) is unknown color: approx Old Copper. HEX triplet: 76, 51 and 3E. RGB value is (118,81,62). Sum of RGB (Red+Green+Blue) = 118+81+62=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76513E is #89AEC1. Grayscale: #5A5A5A. Windows color (decimal): -9023170 or 4084086. OLE color: 4084086.

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

Color convert

RGB1188162-
CMYK00.310.470.54
HSL20.36º31.11%35.29%-
HSV(B)20.36º47.46%46.27%-
XYZ11.2810.085.91-
YUV89.9112.26148.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=45.21%
G=31.03%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118816200.310.470.5420.3631.1135.29
Hex76513E01F2F36141f23
Octal166121760375766243743
Binary111011010100011111100111111011111101101010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76513E; }

 p { color: rgb(118,81,62); }

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

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

 a { background-color: rgb(118,81,62); }

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

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

 span { border-color: rgb(118,81,62); }

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