#724D36

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

Shades of Old Copper #724D36

Tints of Old Copper #724D36

Color information

#724D36 (or 0x724D36) is unknown color: approx Old Copper. HEX triplet: 72, 4D and 36. RGB value is (114,77,54). Sum of RGB (Red+Green+Blue) = 114+77+54=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D36 is #8DB2C9. Grayscale: #555555. Windows color (decimal): -9286346 or 3558770. OLE color: 3558770.

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

Color convert

RGB1147754-
CMYK00.320.530.55
HSL23º35.71%32.94%-
HSV(B)23º52.63%44.71%-
XYZ10.269.154.72-
YUV85.44110.26148.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=46.53%
G=31.43%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114775400.320.530.552335.7132.94
Hex724D360203537172421
Octal162115660406567274441
Binary11100101001101110110010000011010111011110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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