#724939

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

Shades of Old Copper #724939

Tints of Old Copper #724939

Color information

#724939 (or 0x724939) is unknown color: approx Old Copper. HEX triplet: 72, 49 and 39. RGB value is (114,73,57). Sum of RGB (Red+Green+Blue) = 114+73+57=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #724939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724939 is #8DB6C6. Grayscale: #535353. Windows color (decimal): -9287367 or 3754354. OLE color: 3754354.

HSL color Cylindrical-coordinate representation of color #724939: hue angle of 16.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724939 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1147357-
CMYK00.360.500.55
HSL16.84º33.33%33.53%-
HSV(B)16.84º50%44.71%-
XYZ10.068.645.01-
YUV83.44113.08149.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=46.72%
G=29.92%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114735700.360.500.5516.8433.3333.53
Hex7249390243237112122
Octal162111710446267214142
Binary11100101001001111001010010011001011011110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724939; }

 p { color: rgb(114,73,57); }

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

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

 a { background-color: rgb(114,73,57); }

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

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

 span { border-color: rgb(114,73,57); }

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