#713A31

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

Shades of Metallic Copper #713A31

Tints of Metallic Copper #713A31

Color information

#713A31 (or 0x713A31) is unknown color: approx Metallic Copper. HEX triplet: 71, 3A and 31. RGB value is (113,58,49). Sum of RGB (Red+Green+Blue) = 113+58+49=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A31 is #8EC5CE. Grayscale: #494949. Windows color (decimal): -9356751 or 3226225. OLE color: 3226225.

HSL color Cylindrical-coordinate representation of color #713A31: hue angle of 8.44º 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 #713A31 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1135849-
CMYK00.490.570.56
HSL8.44º39.51%31.76%-
HSV(B)8.44º56.64%44.31%-
XYZ8.886.763.74-
YUV73.42114.22156.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=51.36%
G=26.36%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113584900.490.570.568.4439.5131.76
Hex713A31031393882820
Octal16172610617170105040
Binary111000111101011000101100011110011110001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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