#755244

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

Shades of Old Copper #755244

Tints of Old Copper #755244

Color information

#755244 (or 0x755244) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 44. RGB value is (117,82,68). Sum of RGB (Red+Green+Blue) = 117+82+68=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755244 is #8AADBB. Grayscale: #5A5A5A. Windows color (decimal): -9088444 or 4477557. OLE color: 4477557.

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

Color convert

RGB1178268-
CMYK00.300.420.54
HSL17.14º26.49%36.27%-
HSV(B)17.14º41.88%45.88%-
XYZ11.410.236.84-
YUV90.87115.1146.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=43.82%
G=30.71%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117826800.300.420.5417.1426.4936.27
Hex75524401E2A36111a24
Octal1651221040365266213244
Binary1110101101001010001000111101010101101101000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755244; }

 p { color: rgb(117,82,68); }

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

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

 a { background-color: rgb(117,82,68); }

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

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

 span { border-color: rgb(117,82,68); }

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