#724238

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

Shades of Metallic Copper #724238

Tints of Metallic Copper #724238

Color information

#724238 (or 0x724238) is unknown color: approx Metallic Copper. HEX triplet: 72, 42 and 38. RGB value is (114,66,56). Sum of RGB (Red+Green+Blue) = 114+66+56=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724238 is #8DBDC7. Grayscale: #4F4F4F. Windows color (decimal): -9289160 or 3687026. OLE color: 3687026.

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

Color convert

RGB1146656-
CMYK00.420.510.55
HSL10.34º34.12%33.33%-
HSV(B)10.34º50.88%44.71%-
XYZ9.67.764.73-
YUV79.21114.9152.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=48.31%
G=27.97%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114665600.420.510.5510.3434.1233.33
Hex72423802A3337a2221
Octal162102700526367124241
Binary1110010100001011100001010101100111101111010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724238; }

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

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

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

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

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

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

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

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