#755546

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

Shades of Old Copper #755546

Tints of Old Copper #755546

Color information

#755546 (or 0x755546) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 46. RGB value is (117,85,70). Sum of RGB (Red+Green+Blue) = 117+85+70=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755546 is #8AAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9087674 or 4609397. OLE color: 4609397.

HSL color Cylindrical-coordinate representation of color #755546: hue angle of 19.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755546 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1178570-
CMYK00.270.400.54
HSL19.15º25.13%36.67%-
HSV(B)19.15º40.17%45.88%-
XYZ11.6910.727.25-
YUV92.86115.1145.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=43.01%
G=31.25%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117857000.270.400.5419.1525.1336.67
Hex75554601B2836131925
Octal1651251060335066233145
Binary1110101101010110001100110111010001101101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755546; }

 p { color: rgb(117,85,70); }

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

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

 a { background-color: rgb(117,85,70); }

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

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

 span { border-color: rgb(117,85,70); }

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