#755344

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

Shades of Old Copper #755344

Tints of Old Copper #755344

Color information

#755344 (or 0x755344) is unknown color: approx Old Copper. HEX triplet: 75, 53 and 44. RGB value is (117,83,68). Sum of RGB (Red+Green+Blue) = 117+83+68=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755344 is #8AACBB. Grayscale: #5B5B5B. Windows color (decimal): -9088188 or 4477813. OLE color: 4477813.

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

Color convert

RGB1178368-
CMYK00.290.420.54
HSL18.37º26.49%36.27%-
HSV(B)18.37º41.88%45.88%-
XYZ11.4710.396.87-
YUV91.46114.76146.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=43.66%
G=30.97%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117836800.290.420.5418.3726.4936.27
Hex75534401D2A36121a24
Octal1651231040355266223244
Binary1110101101001110001000111011010101101101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755344; }

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

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

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

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

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

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

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

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