Html Css Color HEX #713C34 Metallic Copper

📋 copy color: '#713C34'

red 113 ◦ green 60 ◦ blue 52

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

Shades of Metallic Copper #713C34

Tints of Metallic Copper #713C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

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

R = 50.22%
G = 26.67%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713C34 (or 0x713C34) is known color: Metallic Copper. HEX triplet: 71, 3C and 34. RGB value is (113,60,52). Sum of RGB (Red+Green+Blue) = 113+60+52=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #713C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C34 is #8EC3CB. Grayscale: #4B4B4B. Windows color (decimal): -9356236 or 3423345. OLE color: 3423345.

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

Color convert

RGB 113 60 52 -
CMYK 0 0.47 0.54 0.56
HSL 7.87º 0.37% 0.32% -
HSV(B) 7.87º 0.54% 0.44% -
XYZ 9.05 6.99 4.12 -
YUV 74.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 113 60 52 0 0.47 0.54 0.56 7.87 0.37 0.32
Hex 71 3C 34 0 2F 36 38 8 25 20
Octal 161 74 64 0 57 66 70 10 45 40
Binary 1110001 111100 110100 0 101111 110110 111000 1000 100101 100000

Color Harmonies of #713C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C34

Black with #713C34

Text Example


Text Example

White with #713C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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