#724A39

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

Shades of Old Copper #724A39

Tints of Old Copper #724A39

Color information

#724A39 (or 0x724A39) is unknown color: approx Old Copper. HEX triplet: 72, 4A and 39. RGB value is (114,74,57). Sum of RGB (Red+Green+Blue) = 114+74+57=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A39 is #8DB5C6. Grayscale: #545454. Windows color (decimal): -9287111 or 3754610. OLE color: 3754610.

HSL color Cylindrical-coordinate representation of color #724A39: hue angle of 17.89º 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 #724A39 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1147457-
CMYK00.350.500.55
HSL17.89º33.33%33.53%-
HSV(B)17.89º50%44.71%-
XYZ10.138.775.03-
YUV84.02112.75149.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=46.53%
G=30.20%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114745700.350.500.5517.8933.3333.53
Hex724A390233237122122
Octal162112710436267224142
Binary11100101001010111001010001111001011011110010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724A39; }

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

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

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

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

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

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

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

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