#724938

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

Shades of Old Copper #724938

Tints of Old Copper #724938

Color information

#724938 (or 0x724938) is unknown color: approx Old Copper. HEX triplet: 72, 49 and 38. RGB value is (114,73,56). Sum of RGB (Red+Green+Blue) = 114+73+56=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724938 is #8DB6C7. Grayscale: #535353. Windows color (decimal): -9287368 or 3688818. OLE color: 3688818.

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

Color convert

RGB1147356-
CMYK00.360.510.55
HSL17.59º34.12%33.33%-
HSV(B)17.59º50.88%44.71%-
XYZ10.048.634.88-
YUV83.32112.58149.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=46.91%
G=30.04%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114735600.360.510.5517.5934.1233.33
Hex7249380243337122221
Octal162111700446367224241
Binary11100101001001111000010010011001111011110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724938; }

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

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

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

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

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

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

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

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