#76533F

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

Shades of Old Copper #76533F

Tints of Old Copper #76533F

Color information

#76533F (or 0x76533F) is unknown color: approx Old Copper. HEX triplet: 76, 53 and 3F. RGB value is (118,83,63). Sum of RGB (Red+Green+Blue) = 118+83+63=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533F is #89ACC0. Grayscale: #5B5B5B. Windows color (decimal): -9022657 or 4150134. OLE color: 4150134.

HSL color Cylindrical-coordinate representation of color #76533F: hue angle of 21.82º degrees, saturation: 0.3, 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 #76533F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1188363-
CMYK00.300.470.54
HSL21.82º30.39%35.49%-
HSV(B)21.82º46.61%46.27%-
XYZ11.4610.46.11-
YUV91.18112.1147.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 63 (25% from 255) = 23.86%
R=44.70%
G=31.44%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118836300.300.470.5421.8230.3935.49
Hex76533F01E2F36161e23
Octal166123770365766263643
Binary111011010100111111110111101011111101101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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