#755132

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

Shades of Old Copper #755132

Tints of Old Copper #755132

Color information

#755132 (or 0x755132) is unknown color: approx Old Copper. HEX triplet: 75, 51 and 32. RGB value is (117,81,50). Sum of RGB (Red+Green+Blue) = 117+81+50=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755132 is #8AAECD. Grayscale: #585858. Windows color (decimal): -9088718 or 3297653. OLE color: 3297653.

HSL color Cylindrical-coordinate representation of color #755132: hue angle of 27.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755132 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1178150-
CMYK00.310.570.54
HSL27.76º40.12%32.75%-
HSV(B)27.76º57.26%45.88%-
XYZ10.859.94.36-
YUV88.23106.43148.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=47.18%
G=32.66%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117815000.310.570.5427.7640.1232.75
Hex75513201F39361c2821
Octal165121620377166345041
Binary1110101101000111001001111111100111011011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755132; }

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

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

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

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

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

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

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

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