#724137

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

Shades of Metallic Copper #724137

Tints of Metallic Copper #724137

Color information

#724137 (or 0x724137) is unknown color: approx Metallic Copper. HEX triplet: 72, 41 and 37. RGB value is (114,65,55). Sum of RGB (Red+Green+Blue) = 114+65+55=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724137 is #8DBEC8. Grayscale: #4E4E4E. Windows color (decimal): -9289417 or 3621234. OLE color: 3621234.

HSL color Cylindrical-coordinate representation of color #724137: hue angle of 10.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724137 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1146555-
CMYK00.430.520.55
HSL10.17º34.91%33.14%-
HSV(B)10.17º51.75%44.71%-
XYZ9.527.634.59-
YUV78.51114.73153.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=48.72%
G=27.78%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114655500.430.520.5510.1734.9133.14
Hex72413702B3437a2321
Octal162101670536467124341
Binary1110010100000111011101010111101001101111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724137; }

 p { color: rgb(114,65,55); }

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

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

 a { background-color: rgb(114,65,55); }

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

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

 span { border-color: rgb(114,65,55); }

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