#755342

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

Shades of Old Copper #755342

Tints of Old Copper #755342

Color information

#755342 (or 0x755342) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 42. RGB value is (117,83,66). Sum of RGB (Red+Green+Blue) = 117+83+66=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755342 is #8AACBD. Grayscale: #5B5B5B. Windows color (decimal): -9088190 or 4346741. OLE color: 4346741.

HSL color Cylindrical-coordinate representation of color #755342: hue angle of 20º 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 #755342 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1178366-
CMYK00.290.440.54
HSL20º27.87%35.88%-
HSV(B)20º43.59%45.88%-
XYZ11.4110.366.55-
YUV91.23113.76146.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=43.98%
G=31.20%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117836600.290.440.542027.8735.88
Hex75534201D2C36141c24
Octal1651231020355466243444
Binary1110101101001110000100111011011001101101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755342; }

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

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

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

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

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

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

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

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