#713C34

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

Shades of Metallic Copper #713C34

Tints of Metallic Copper #713C34

Color information

#713C34 (or 0x713C34) is unknown color: approx Metallic Copper. HEX triplet: 71, 3C and 34. RGB value is (113,60,52). Sum of RGB (Red+Green+Blue) = 113+60+52=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C34 is #8EC3CB. Grayscale: #4B4B4B. Windows color (decimal): -9356236 or 3423345. OLE color: 3423345.

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

Color convert

RGB1136052-
CMYK00.470.540.56
HSL7.87º36.97%32.35%-
HSV(B)7.87º53.98%44.31%-
XYZ9.056.994.12-
YUV74.94115.06155.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=50.22%
G=26.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113605200.470.540.567.8736.9732.35
Hex713C3402F363882520
Octal16174640576670104540
Binary111000111110011010001011111101101110001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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