#724237

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

Shades of Metallic Copper #724237

Tints of Metallic Copper #724237

Color information

#724237 (or 0x724237) is unknown color: approx Metallic Copper. HEX triplet: 72, 42 and 37. RGB value is (114,66,55). Sum of RGB (Red+Green+Blue) = 114+66+55=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724237 is #8DBDC8. Grayscale: #4F4F4F. Windows color (decimal): -9289161 or 3621490. OLE color: 3621490.

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

Color convert

RGB1146655-
CMYK00.420.520.55
HSL11.19º34.91%33.14%-
HSV(B)11.19º51.75%44.71%-
XYZ9.587.754.61-
YUV79.1114.4152.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=48.51%
G=28.09%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114665500.420.520.5511.1934.9133.14
Hex72423702A3437b2321
Octal162102670526467134341
Binary1110010100001011011101010101101001101111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724237; }

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

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

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

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

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

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

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

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