#755141

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

Shades of Old Copper #755141

Tints of Old Copper #755141

Color information

#755141 (or 0x755141) is unknown color: approx Old Copper. HEX triplet: 75, 51 and 41. RGB value is (117,81,65). Sum of RGB (Red+Green+Blue) = 117+81+65=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #755141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755141 is #8AAEBE. Grayscale: #5A5A5A. Windows color (decimal): -9088703 or 4280693. OLE color: 4280693.

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

Color convert

RGB1178165-
CMYK00.310.440.54
HSL18.46º28.57%35.69%-
HSV(B)18.46º44.44%45.88%-
XYZ11.2310.056.35-
YUV89.94113.93147.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=44.49%
G=30.80%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117816500.310.440.5418.4628.5735.69
Hex75514101F2C36121d24
Octal1651211010375466223544
Binary1110101101000110000010111111011001101101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755141; }

 p { color: rgb(117,81,65); }

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

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

 a { background-color: rgb(117,81,65); }

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

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

 span { border-color: rgb(117,81,65); }

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