#725441

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

Shades of Old Copper #725441

Tints of Old Copper #725441

Color information

#725441 (or 0x725441) is unknown color: approx Old Copper. HEX triplet: 72, 54 and 41. RGB value is (114,84,65). Sum of RGB (Red+Green+Blue) = 114+84+65=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #725441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725441 is #8DABBE. Grayscale: #5A5A5A. Windows color (decimal): -9284543 or 4281458. OLE color: 4281458.

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

Color convert

RGB1148465-
CMYK00.260.430.55
HSL23.27º27.37%35.1%-
HSV(B)23.27º42.98%44.71%-
XYZ11.0610.36.41-
YUV90.8113.44144.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=43.35%
G=31.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114846500.260.430.5523.2727.3735.1
Hex72544101A2B37171b23
Octal1621241010325367273343
Binary1110010101010010000010110101010111101111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725441; }

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

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

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

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

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

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

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

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