#724F33

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

Shades of Old Copper #724F33

Tints of Old Copper #724F33

Color information

#724F33 (or 0x724F33) is unknown color: approx Old Copper. HEX triplet: 72, 4F and 33. RGB value is (114,79,51). Sum of RGB (Red+Green+Blue) = 114+79+51=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #724F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F33 is #8DB0CC. Grayscale: #565656. Windows color (decimal): -9285837 or 3362674. OLE color: 3362674.

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

Color convert

RGB1147951-
CMYK00.310.550.55
HSL26.67º38.18%32.35%-
HSV(B)26.67º55.26%44.71%-
XYZ10.339.414.4-
YUV86.27108.1147.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=46.72%
G=32.38%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114795100.310.550.5526.6738.1832.35
Hex724F3301F37371b2620
Octal162117630376767334640
Binary1110010100111111001101111111011111011111011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,51); }

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

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

 a { background-color: rgb(114,79,51); }

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

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

 span { border-color: rgb(114,79,51); }

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