#713F31

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

Shades of Metallic Copper #713F31

Tints of Metallic Copper #713F31

Color information

#713F31 (or 0x713F31) is unknown color: approx Metallic Copper. HEX triplet: 71, 3F and 31. RGB value is (113,63,49). Sum of RGB (Red+Green+Blue) = 113+63+49=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F31 is #8EC0CE. Grayscale: #4C4C4C. Windows color (decimal): -9355471 or 3227505. OLE color: 3227505.

HSL color Cylindrical-coordinate representation of color #713F31: hue angle of 13.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713F31 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1136349-
CMYK00.440.570.56
HSL13.12º39.51%31.76%-
HSV(B)13.12º56.64%44.31%-
XYZ9.147.293.83-
YUV76.35112.56154.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=50.22%
G=28%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113634900.440.570.5613.1239.5131.76
Hex713F3102C3938d2820
Octal16177610547170155040
Binary111000111111111000101011001110011110001101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F31; }

 p { color: rgb(113,63,49); }

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

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

 a { background-color: rgb(113,63,49); }

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

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

 span { border-color: rgb(113,63,49); }

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