Html Css Color HEX #713D32 Metallic Copper

📋 copy color: '#713D32'

red 113 ◦ green 61 ◦ blue 50

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

Shades of Metallic Copper #713D32

Tints of Metallic Copper #713D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 50.45%
G = 27.23%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713D32 (or 0x713D32) is known color: Metallic Copper. HEX triplet: 71, 3D and 32. RGB value is (113,61,50). Sum of RGB (Red+Green+Blue) = 113+61+50=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #713D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D32 is #8EC2CD. Grayscale: #4B4B4B. Windows color (decimal): -9355982 or 3292529. OLE color: 3292529.

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

Color convert

RGB 113 61 50 -
CMYK 0 0.46 0.56 0.56
HSL 10.48º 0.39% 0.32% -
HSV(B) 10.48º 0.56% 0.44% -
XYZ 9.05 7.08 3.91 -
YUV 75.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 113 61 50 0 0.46 0.56 0.56 10.48 0.39 0.32
Hex 71 3D 32 0 2E 38 38 A 27 20
Octal 161 75 62 0 56 70 70 12 47 40
Binary 1110001 111101 110010 0 101110 111000 111000 1010 100111 100000

Color Harmonies of #713D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D32

Black with #713D32

Text Example


Text Example

White with #713D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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