#725442

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

Shades of Old Copper #725442

Tints of Old Copper #725442

Color information

#725442 (or 0x725442) is unknown color: approx Old Copper. HEX triplet: 72, 54 and 42. RGB value is (114,84,66). Sum of RGB (Red+Green+Blue) = 114+84+66=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725442 is #8DABBD. Grayscale: #5B5B5B. Windows color (decimal): -9284542 or 4346994. OLE color: 4346994.

HSL color Cylindrical-coordinate representation of color #725442: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725442 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1148466-
CMYK00.260.420.55
HSL22.5º26.67%35.29%-
HSV(B)22.5º42.11%44.71%-
XYZ11.0910.316.56-
YUV90.92113.94144.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 66 (26.17% from 255) = 25%
R=43.18%
G=31.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114846600.260.420.5522.526.6735.29
Hex72544201A2A37171b23
Octal1621241020325267273343
Binary1110010101010010000100110101010101101111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725442; }

 p { color: rgb(114,84,66); }

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

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

 a { background-color: rgb(114,84,66); }

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

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

 span { border-color: rgb(114,84,66); }

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