Html Css Color HEX #713D34 Metallic Copper

📋 copy color: '#713D34'

red 113 ◦ green 61 ◦ blue 52

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

Shades of Metallic Copper #713D34

Tints of Metallic Copper #713D34

RGB

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

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

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

R = 50%
G = 26.99%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713D34 (or 0x713D34) is known color: Metallic Copper. HEX triplet: 71, 3D and 34. RGB value is (113,61,52). Sum of RGB (Red+Green+Blue) = 113+61+52=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D34 is #8EC2CB. Grayscale: #4B4B4B. Windows color (decimal): -9355980 or 3423601. OLE color: 3423601.

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

Color convert

RGB 113 61 52 -
CMYK 0 0.46 0.54 0.56
HSL 8.85º 0.37% 0.32% -
HSV(B) 8.85º 0.54% 0.44% -
XYZ 9.1 7.1 4.14 -
YUV 75.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 113 61 52 0 0.46 0.54 0.56 8.85 0.37 0.32
Hex 71 3D 34 0 2E 36 38 9 25 20
Octal 161 75 64 0 56 66 70 11 45 40
Binary 1110001 111101 110100 0 101110 110110 111000 1001 100101 100000

Color Harmonies of #713D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D34

Black with #713D34

Text Example


Text Example

White with #713D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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