#723E2F

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

Shades of Metallic Copper #723E2F

Tints of Metallic Copper #723E2F

Color information

#723E2F (or 0x723E2F) is unknown color: approx Metallic Copper. HEX triplet: 72, 3E and 2F. RGB value is (114,62,47). Sum of RGB (Red+Green+Blue) = 114+62+47=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #723E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723E2F is #8DC1D0. Grayscale: #4B4B4B. Windows color (decimal): -9290193 or 3096178. OLE color: 3096178.

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

Color convert

RGB1146247-
CMYK00.460.590.55
HSL13.43º41.61%31.57%-
HSV(B)13.43º58.77%44.71%-
XYZ9.187.233.6-
YUV75.84111.73155.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=51.12%
G=27.80%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114624700.460.590.5513.4341.6131.57
Hex723E2F02E3B37d2a20
Octal16276570567367155240
Binary111001011111010111101011101110111101111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,62,47); }

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

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

 a { background-color: rgb(114,62,47); }

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

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

 span { border-color: rgb(114,62,47); }

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