Html Css Color HEX #713D35 Metallic Copper

📋 copy color: '#713D35'

red 113 ◦ green 61 ◦ blue 53

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

Shades of Metallic Copper #713D35

Tints of Metallic Copper #713D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 49.78%
G = 26.87%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#713D35 (or 0x713D35) is known color: Metallic Copper. HEX triplet: 71, 3D and 35. RGB value is (113,61,53). Sum of RGB (Red+Green+Blue) = 113+61+53=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #713D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D35 is #8EC2CA. Grayscale: #4B4B4B. Windows color (decimal): -9355979 or 3489137. OLE color: 3489137.

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

Color convert

RGB 113 61 53 -
CMYK 0 0.46 0.53 0.56
HSL 0.36% 0.33% -
HSV(B) 0.53% 0.44% -
XYZ 9.12 7.11 4.26 -
YUV 75.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 113 61 53 0 0.46 0.53 0.56 8 0.36 0.33
Hex 71 3D 35 0 2E 35 38 8 24 21
Octal 161 75 65 0 56 65 70 10 44 41
Binary 1110001 111101 110101 0 101110 110101 111000 1000 100100 100001

Color Harmonies of #713D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D35

Black with #713D35

Text Example


Text Example

White with #713D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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