Html Css Color HEX #713E34 Metallic Copper

📋 copy color: '#713E34'

red 113 ◦ green 62 ◦ blue 52

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

Shades of Metallic Copper #713E34

Tints of Metallic Copper #713E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 49.78%
G = 27.31%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713E34 (or 0x713E34) is known color: Metallic Copper. HEX triplet: 71, 3E and 34. RGB value is (113,62,52). Sum of RGB (Red+Green+Blue) = 113+62+52=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E34 is #8EC1CB. Grayscale: #4C4C4C. Windows color (decimal): -9355724 or 3423857. OLE color: 3423857.

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

Color convert

RGB 113 62 52 -
CMYK 0 0.45 0.54 0.56
HSL 9.84º 0.37% 0.32% -
HSV(B) 9.84º 0.54% 0.44% -
XYZ 9.15 7.2 4.16 -
YUV 76.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 113 62 52 0 0.45 0.54 0.56 9.84 0.37 0.32
Hex 71 3E 34 0 2D 36 38 A 25 20
Octal 161 76 64 0 55 66 70 12 45 40
Binary 1110001 111110 110100 0 101101 110110 111000 1010 100101 100000

Color Harmonies of #713E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E34

Black with #713E34

Text Example


Text Example

White with #713E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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