#724D34

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

Shades of Old Copper #724D34

Tints of Old Copper #724D34

Color information

#724D34 (or 0x724D34) is unknown color: approx Old Copper. HEX triplet: 72, 4D and 34. RGB value is (114,77,52). Sum of RGB (Red+Green+Blue) = 114+77+52=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D34 is #8DB2CB. Grayscale: #555555. Windows color (decimal): -9286348 or 3427698. OLE color: 3427698.

HSL color Cylindrical-coordinate representation of color #724D34: hue angle of 24.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724D34 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1147752-
CMYK00.320.540.55
HSL24.19º37.35%32.55%-
HSV(B)24.19º54.39%44.71%-
XYZ10.219.134.47-
YUV85.21109.26148.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=46.91%
G=31.69%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114775200.320.540.5524.1937.3532.55
Hex724D340203637182521
Octal162115640406667304541
Binary11100101001101110100010000011011011011111000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,52); }

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

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

 a { background-color: rgb(114,77,52); }

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

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

 span { border-color: rgb(114,77,52); }

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