#724E33

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

Shades of Old Copper #724E33

Tints of Old Copper #724E33

Color information

#724E33 (or 0x724E33) is unknown color: approx Old Copper. HEX triplet: 72, 4E and 33. RGB value is (114,78,51). Sum of RGB (Red+Green+Blue) = 114+78+51=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E33 is #8DB1CC. Grayscale: #555555. Windows color (decimal): -9286093 or 3362418. OLE color: 3362418.

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

Color convert

RGB1147851-
CMYK00.320.550.55
HSL25.71º38.18%32.35%-
HSV(B)25.71º55.26%44.71%-
XYZ10.269.274.38-
YUV85.69108.43148.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=46.91%
G=32.10%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114785100.320.550.5525.7138.1832.35
Hex724E3302037371a2620
Octal162116630406767324640
Binary11100101001110110011010000011011111011111010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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