#755542

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

Shades of Old Copper #755542

Tints of Old Copper #755542

Color information

#755542 (or 0x755542) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 42. RGB value is (117,85,66). Sum of RGB (Red+Green+Blue) = 117+85+66=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755542 is #8AAABD. Grayscale: #5C5C5C. Windows color (decimal): -9087678 or 4347253. OLE color: 4347253.

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

Color convert

RGB1178566-
CMYK00.270.440.54
HSL22.35º27.87%35.88%-
HSV(B)22.35º43.59%45.88%-
XYZ11.5710.676.6-
YUV92.4113.1145.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=43.66%
G=31.72%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117856600.270.440.5422.3527.8735.88
Hex75554201B2C36161c24
Octal1651251020335466263444
Binary1110101101010110000100110111011001101101011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755542; }

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

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

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

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

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

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

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

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