Html Css Color HEX #713E2F Metallic Copper

📋 copy color: '#713E2F'

red 113 ◦ green 62 ◦ blue 47

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

Shades of Metallic Copper #713E2F

Tints of Metallic Copper #713E2F

RGB

 RED value IS 113 (44.53% from 255) = 50.9%

 GREEN value IS 62 (24.61% from 255) = 27.93%

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 50.9%
G = 27.93%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#713E2F (or 0x713E2F) is known color: Metallic Copper. HEX triplet: 71, 3E and 2F. RGB value is (113,62,47). Sum of RGB (Red+Green+Blue) = 113+62+47=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E2F is #8EC1D0. Grayscale: #4B4B4B. Windows color (decimal): -9355729 or 3096177. OLE color: 3096177.

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

Color convert

RGB 113 62 47 -
CMYK 0 0.45 0.58 0.56
HSL 13.64º 0.41% 0.31% -
HSV(B) 13.64º 0.58% 0.44% -
XYZ 9.05 7.16 3.59 -
YUV 75.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 113 62 47 0 0.45 0.58 0.56 13.64 0.41 0.31
Hex 71 3E 2F 0 2D 3A 38 E 29 1F
Octal 161 76 57 0 55 72 70 16 51 37
Binary 1110001 111110 101111 0 101101 111010 111000 1110 101001 11111

Color Harmonies of #713E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E2F

Black with #713E2F

Text Example


Text Example

White with #713E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713E2F;
 }
 .AnyTagClassName
 {
   color: #713E2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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