#755645

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

Shades of Old Copper #755645

Tints of Old Copper #755645

Color information

#755645 (or 0x755645) is unknown color: approx Old Copper. HEX triplet: 75, 56 and 45. RGB value is (117,86,69). Sum of RGB (Red+Green+Blue) = 117+86+69=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755645 is #8AA9BA. Grayscale: #5D5D5D. Windows color (decimal): -9087419 or 4544117. OLE color: 4544117.

HSL color Cylindrical-coordinate representation of color #755645: hue angle of 21.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755645 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1178669-
CMYK00.260.410.54
HSL21.25º25.81%36.47%-
HSV(B)21.25º41.03%45.88%-
XYZ11.7410.877.11-
YUV93.33114.27144.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=43.01%
G=31.62%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117866900.260.410.5421.2525.8136.47
Hex75564501A2936151a24
Octal1651261050325166253244
Binary1110101101011010001010110101010011101101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755645; }

 p { color: rgb(117,86,69); }

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

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

 a { background-color: rgb(117,86,69); }

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

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

 span { border-color: rgb(117,86,69); }

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