#713d38

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

Shades of Metallic Copper #713D38

Tints of Metallic Copper #713D38

Color information

#713D38 (or 0x713D38) is unknown color: approx Metallic Copper. HEX triplet: 71, 3D and 38. RGB value is (113,61,56). Sum of RGB (Red+Green+Blue) = 113+61+56=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D38 is #8EC2C7. Grayscale: #4C4C4C. Windows color (decimal): -9355976 or 3685745. OLE color: 3685745.

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

Color convert

RGB1136156-
CMYK00.460.500.56
HSL5.26º33.73%33.14%-
HSV(B)5.26º50.44%44.31%-
XYZ9.197.134.63-
YUV75.98116.73154.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=49.13%
G=26.52%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113615600.460.500.565.2633.7333.14
Hex713D3802E323852221
Octal1617570056627054241
Binary11100011111011110000101110110010111000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713d38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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