#713E35

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

Shades of Metallic Copper #713E35

Tints of Metallic Copper #713E35

Color information

#713E35 (or 0x713E35) is unknown color: approx Metallic Copper. HEX triplet: 71, 3E and 35. RGB value is (113,62,53). Sum of RGB (Red+Green+Blue) = 113+62+53=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #713E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E35 is #8EC1CA. Grayscale: #4C4C4C. Windows color (decimal): -9355723 or 3489393. OLE color: 3489393.

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

Color convert

RGB1136253-
CMYK00.450.530.56
HSL36.14%32.55%-
HSV(B)53.1%44.31%-
XYZ9.187.214.28-
YUV76.22114.9154.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=49.56%
G=27.19%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113625300.450.530.56936.1432.55
Hex713E3502D353892421
Octal16176650556570114441
Binary111000111111011010101011011101011110001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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