#724D38

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

Shades of Old Copper #724D38

Tints of Old Copper #724D38

Color information

#724D38 (or 0x724D38) is unknown color: approx Old Copper. HEX triplet: 72, 4D and 38. RGB value is (114,77,56). Sum of RGB (Red+Green+Blue) = 114+77+56=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D38 is #8DB2C7. Grayscale: #555555. Windows color (decimal): -9286344 or 3689842. OLE color: 3689842.

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

Color convert

RGB1147756-
CMYK00.320.510.55
HSL21.72º34.12%33.33%-
HSV(B)21.72º50.88%44.71%-
XYZ10.319.174.97-
YUV85.67111.26148.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=46.15%
G=31.17%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114775600.320.510.5521.7234.1233.33
Hex724D380203337162221
Octal162115700406367264241
Binary11100101001101111000010000011001111011110110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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