#723C31

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

Shades of Metallic Copper #723C31

Tints of Metallic Copper #723C31

Color information

#723C31 (or 0x723C31) is unknown color: approx Metallic Copper. HEX triplet: 72, 3C and 31. RGB value is (114,60,49). Sum of RGB (Red+Green+Blue) = 114+60+49=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #723C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C31 is #8DC3CE. Grayscale: #4A4A4A. Windows color (decimal): -9290703 or 3226738. OLE color: 3226738.

HSL color Cylindrical-coordinate representation of color #723C31: hue angle of 10.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723C31 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1146049-
CMYK00.470.570.55
HSL10.15º39.88%31.96%-
HSV(B)10.15º57.02%44.71%-
XYZ9.117.033.78-
YUV74.89113.39155.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=51.12%
G=26.91%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114604900.470.570.5510.1539.8831.96
Hex723C3102F3937a2820
Octal16274610577167125040
Binary111001011110011000101011111110011101111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723C31; }

 p { color: rgb(114,60,49); }

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

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

 a { background-color: rgb(114,60,49); }

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

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

 span { border-color: rgb(114,60,49); }

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