#713D32

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

Shades of Metallic Copper #713D32

Tints of Metallic Copper #713D32

Color information

#713D32 (or 0x713D32) is unknown color: approx Metallic Copper. HEX triplet: 71, 3D and 32. RGB value is (113,61,50). Sum of RGB (Red+Green+Blue) = 113+61+50=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #713D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D32 is #8EC2CD. Grayscale: #4B4B4B. Windows color (decimal): -9355982 or 3292529. OLE color: 3292529.

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

Color convert

RGB1136150-
CMYK00.460.560.56
HSL10.48º38.65%31.96%-
HSV(B)10.48º55.75%44.31%-
XYZ9.057.083.91-
YUV75.29113.73154.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=50.45%
G=27.23%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113615000.460.560.5610.4838.6531.96
Hex713D3202E3838a2720
Octal16175620567070124740
Binary111000111110111001001011101110001110001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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