Html Css Color HEX #713E35 Metallic Copper

📋 copy color: '#713E35'

red 113 ◦ green 62 ◦ blue 53

#713E35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Copper #713E35

Tints of Metallic Copper #713E35

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 value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#713E35 (or 0x713E35) is known color: 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

RGB 113 62 53 -
CMYK 0 0.45 0.53 0.56
HSL 0.36% 0.33% -
HSV(B) 0.53% 0.44% -
XYZ 9.18 7.21 4.28 -
YUV 76.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 113 62 53 0 0.45 0.53 0.56 9 0.36 0.33
Hex 71 3E 35 0 2D 35 38 9 24 21
Octal 161 76 65 0 55 65 70 11 44 41
Binary 1110001 111110 110101 0 101101 110101 111000 1001 100100 100001

Color Harmonies of #713E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E35

Black with #713E35

Text Example


Text Example

White with #713E35

Text Example


Text Example

HTML Codes & Css Web 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>