#713F35

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

Shades of Metallic Copper #713F35

Tints of Metallic Copper #713F35

Color information

#713F35 (or 0x713F35) is unknown color: approx Metallic Copper. HEX triplet: 71, 3F and 35. RGB value is (113,63,53). Sum of RGB (Red+Green+Blue) = 113+63+53=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F35 is #8EC0CA. Grayscale: #4C4C4C. Windows color (decimal): -9355467 or 3489649. OLE color: 3489649.

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

Color convert

RGB1136353-
CMYK00.440.530.56
HSL10º36.14%32.55%-
HSV(B)10º53.1%44.31%-
XYZ9.237.324.3-
YUV76.81114.56153.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=49.34%
G=27.51%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113635300.440.530.561036.1432.55
Hex713F3502C3538a2421
Octal16177650546570124441
Binary111000111111111010101011001101011110001010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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