#724A3A

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

Shades of Old Copper #724A3A

Tints of Old Copper #724A3A

Color information

#724A3A (or 0x724A3A) is unknown color: approx Old Copper. HEX triplet: 72, 4A and 3A. RGB value is (114,74,58). Sum of RGB (Red+Green+Blue) = 114+74+58=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A3A is #8DB5C5. Grayscale: #545454. Windows color (decimal): -9287110 or 3820146. OLE color: 3820146.

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

Color convert

RGB1147458-
CMYK00.350.490.55
HSL17.14º32.56%33.73%-
HSV(B)17.14º49.12%44.71%-
XYZ10.158.785.16-
YUV84.14113.25149.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=46.34%
G=30.08%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114745800.350.490.5517.1432.5633.73
Hex724A3A0233137112122
Octal162112720436167214142
Binary11100101001010111010010001111000111011110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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