#724E36

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

Shades of Old Copper #724E36

Tints of Old Copper #724E36

Color information

#724E36 (or 0x724E36) is unknown color: approx Old Copper. HEX triplet: 72, 4E and 36. RGB value is (114,78,54). Sum of RGB (Red+Green+Blue) = 114+78+54=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E36 is #8DB1C9. Grayscale: #565656. Windows color (decimal): -9286090 or 3559026. OLE color: 3559026.

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

Color convert

RGB1147854-
CMYK00.320.530.55
HSL24º35.71%32.94%-
HSV(B)24º52.63%44.71%-
XYZ10.339.294.74-
YUV86.03109.93147.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=46.34%
G=31.71%
B=21.95%

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
Decimal114785400.320.530.552435.7132.94
Hex724E360203537182421
Octal162116660406567304441
Binary11100101001110110110010000011010111011111000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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