#713E32

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

Shades of Metallic Copper #713E32

Tints of Metallic Copper #713E32

Color information

#713E32 (or 0x713E32) is unknown color: approx Metallic Copper. HEX triplet: 71, 3E and 32. RGB value is (113,62,50). Sum of RGB (Red+Green+Blue) = 113+62+50=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E32 is #8EC1CD. Grayscale: #4B4B4B. Windows color (decimal): -9355726 or 3292785. OLE color: 3292785.

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

Color convert

RGB1136250-
CMYK00.450.560.56
HSL11.43º38.65%31.96%-
HSV(B)11.43º55.75%44.31%-
XYZ9.117.193.92-
YUV75.88113.4154.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=50.22%
G=27.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113625000.450.560.5611.4338.6531.96
Hex713E3202D3838b2720
Octal16176620557070134740
Binary111000111111011001001011011110001110001011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,62,50); }

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

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

 a { background-color: rgb(113,62,50); }

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

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

 span { border-color: rgb(113,62,50); }

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