#76513C

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

Shades of Old Copper #76513C

Tints of Old Copper #76513C

Color information

#76513C (or 0x76513C) is unknown color: approx Old Copper. HEX triplet: 76, 51 and 3C. RGB value is (118,81,60). Sum of RGB (Red+Green+Blue) = 118+81+60=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76513C is #89AEC3. Grayscale: #595959. Windows color (decimal): -9023172 or 3953014. OLE color: 3953014.

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

Color convert

RGB1188160-
CMYK00.310.490.54
HSL21.72º32.58%34.9%-
HSV(B)21.72º49.15%46.27%-
XYZ11.2310.065.63-
YUV89.67111.26148.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=45.56%
G=31.27%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118816000.310.490.5421.7232.5834.9
Hex76513C01F3136162123
Octal166121740376166264143
Binary1110110101000111110001111111000111011010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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