#755440

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

Shades of Old Copper #755440

Tints of Old Copper #755440

Color information

#755440 (or 0x755440) is unknown color: approx Old Copper. HEX triplet: 75, 54 and 40. RGB value is (117,84,64). Sum of RGB (Red+Green+Blue) = 117+84+64=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755440 is #8AABBF. Grayscale: #5B5B5B. Windows color (decimal): -9087936 or 4215925. OLE color: 4215925.

HSL color Cylindrical-coordinate representation of color #755440: hue angle of 22.64º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755440 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1178464-
CMYK00.280.450.54
HSL22.64º29.28%35.49%-
HSV(B)22.64º45.3%45.88%-
XYZ11.4310.496.27-
YUV91.59112.43146.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=44.15%
G=31.70%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117846400.280.450.5422.6429.2835.49
Hex75544001C2D36171d23
Octal1651241000345566273543
Binary1110101101010010000000111001011011101101011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755440; }

 p { color: rgb(117,84,64); }

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

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

 a { background-color: rgb(117,84,64); }

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

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

 span { border-color: rgb(117,84,64); }

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