#713C35

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

Shades of Metallic Copper #713C35

Tints of Metallic Copper #713C35

Color information

#713C35 (or 0x713C35) is unknown color: approx Metallic Copper. HEX triplet: 71, 3C and 35. RGB value is (113,60,53). Sum of RGB (Red+Green+Blue) = 113+60+53=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C35 is #8EC3CA. Grayscale: #4B4B4B. Windows color (decimal): -9356235 or 3488881. OLE color: 3488881.

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

Color convert

RGB1136053-
CMYK00.470.530.56
HSL36.14%32.55%-
HSV(B)53.1%44.31%-
XYZ9.0774.24-
YUV75.05115.56155.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=50%
G=26.55%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113605300.470.530.56736.1432.55
Hex713C3502F353872421
Octal1617465057657074441
Binary11100011111001101010101111110101111000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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