Html Css Color HEX #713D37 Metallic Copper

📋 copy color: '#713D37'

red 113 ◦ green 61 ◦ blue 55

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

Shades of Metallic Copper #713D37

Tints of Metallic Copper #713D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.02%

R = 49.34%
G = 26.64%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#713D37 (or 0x713D37) is known color: Metallic Copper. HEX triplet: 71, 3D and 37. RGB value is (113,61,55). Sum of RGB (Red+Green+Blue) = 113+61+55=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #713D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D37 is #8EC2C8. Grayscale: #4B4B4B. Windows color (decimal): -9355977 or 3620209. OLE color: 3620209.

HSL color Cylindrical-coordinate representation of color #713D37: hue angle of 6.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713D37 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 55 -
CMYK 0 0.46 0.51 0.56
HSL 6.21º 0.35% 0.33% -
HSV(B) 6.21º 0.51% 0.44% -
XYZ 9.17 7.12 4.51 -
YUV 75.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 113 61 55 0 0.46 0.51 0.56 6.21 0.35 0.33
Hex 71 3D 37 0 2E 33 38 6 23 21
Octal 161 75 67 0 56 63 70 6 43 41
Binary 1110001 111101 110111 0 101110 110011 111000 110 100011 100001

Color Harmonies of #713D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D37

Black with #713D37

Text Example


Text Example

White with #713D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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