#76523D

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

Shades of Old Copper #76523D

Tints of Old Copper #76523D

Color information

#76523D (or 0x76523D) is unknown color: approx Old Copper. HEX triplet: 76, 52 and 3D. RGB value is (118,82,61). Sum of RGB (Red+Green+Blue) = 118+82+61=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76523D is #89ADC2. Grayscale: #5A5A5A. Windows color (decimal): -9022915 or 4018806. OLE color: 4018806.

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

Color convert

RGB1188261-
CMYK00.310.480.54
HSL22.11º31.84%35.1%-
HSV(B)22.11º48.31%46.27%-
XYZ11.3310.225.79-
YUV90.37111.43147.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=45.21%
G=31.42%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118826100.310.480.5422.1131.8435.1
Hex76523D01F3036162023
Octal166122750376066264043
Binary1110110101001011110101111111000011011010110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76523D; }

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

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

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

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

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

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

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

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