#724C3C

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

Shades of Old Copper #724C3C

Tints of Old Copper #724C3C

Color information

#724C3C (or 0x724C3C) is unknown color: approx Old Copper. HEX triplet: 72, 4C and 3C. RGB value is (114,76,60). Sum of RGB (Red+Green+Blue) = 114+76+60=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #724C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C3C is #8DB3C3. Grayscale: #555555. Windows color (decimal): -9286596 or 3951730. OLE color: 3951730.

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

Color convert

RGB1147660-
CMYK00.330.470.55
HSL17.78º31.03%34.12%-
HSV(B)17.78º47.37%44.71%-
XYZ10.349.075.48-
YUV85.54113.59148.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 60 (23.83% from 255) = 24%
R=45.6%
G=30.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114766000.330.470.5517.7831.0334.12
Hex724C3C0212F37121f22
Octal162114740415767223742
Binary1110010100110011110001000011011111101111001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,76,60); }

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

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

 a { background-color: rgb(114,76,60); }

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

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

 span { border-color: rgb(114,76,60); }

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