Html Css Color HEX #713D39 Metallic Copper

📋 copy color: '#713D39'

red 113 ◦ green 61 ◦ blue 57

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

Shades of Metallic Copper #713D39

Tints of Metallic Copper #713D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 48.92%
G = 26.41%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713D39 (or 0x713D39) is known color: Metallic Copper. HEX triplet: 71, 3D and 39. RGB value is (113,61,57). Sum of RGB (Red+Green+Blue) = 113+61+57=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D39 is #8EC2C6. Grayscale: #4C4C4C. Windows color (decimal): -9355975 or 3751281. OLE color: 3751281.

HSL color Cylindrical-coordinate representation of color #713D39: hue angle of 4.29º degrees, saturation: 0.33, 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 #713D39 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 57 -
CMYK 0 0.46 0.50 0.56
HSL 4.29º 0.33% 0.33% -
HSV(B) 4.29º 0.5% 0.44% -
XYZ 9.22 7.14 4.76 -
YUV 76.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 113 61 57 0 0.46 0.50 0.56 4.29 0.33 0.33
Hex 71 3D 39 0 2E 32 38 4 21 21
Octal 161 75 71 0 56 62 70 4 41 41
Binary 1110001 111101 111001 0 101110 110010 111000 100 100001 100001

Color Harmonies of #713D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D39

Black with #713D39

Text Example


Text Example

White with #713D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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