#76533B

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

Shades of Old Copper #76533B

Tints of Old Copper #76533B

Color information

#76533B (or 0x76533B) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 3B. RGB value is (118,83,59). Sum of RGB (Red+Green+Blue) = 118+83+59=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533B is #89ACC4. Grayscale: #5A5A5A. Windows color (decimal): -9022661 or 3887990. OLE color: 3887990.

HSL color Cylindrical-coordinate representation of color #76533B: hue angle of 24.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76533B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1188359-
CMYK00.300.500.54
HSL24.41º33.33%34.71%-
HSV(B)24.41º50%46.27%-
XYZ11.3510.355.54-
YUV90.73110.1147.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=45.38%
G=31.92%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118835900.300.500.5424.4133.3334.71
Hex76533B01E3236182123
Octal166123730366266304143
Binary1110110101001111101101111011001011011011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76533B; }

 p { color: rgb(118,83,59); }

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

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

 a { background-color: rgb(118,83,59); }

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

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

 span { border-color: rgb(118,83,59); }

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