Html Css Color HEX #713A32 Metallic Copper

📋 copy color: '#713A32'

red 113 ◦ green 58 ◦ blue 50

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

Shades of Metallic Copper #713A32

Tints of Metallic Copper #713A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

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

R = 51.13%
G = 26.24%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713A32 (or 0x713A32) is known color: Metallic Copper. HEX triplet: 71, 3A and 32. RGB value is (113,58,50). Sum of RGB (Red+Green+Blue) = 113+58+50=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A32 is #8EC5CD. Grayscale: #494949. Windows color (decimal): -9356750 or 3291761. OLE color: 3291761.

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

Color convert

RGB 113 58 50 -
CMYK 0 0.49 0.56 0.56
HSL 7.62º 0.39% 0.32% -
HSV(B) 7.62º 0.56% 0.44% -
XYZ 8.9 6.77 3.85 -
YUV 73.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 113 58 50 0 0.49 0.56 0.56 7.62 0.39 0.32
Hex 71 3A 32 0 31 38 38 8 27 20
Octal 161 72 62 0 61 70 70 10 47 40
Binary 1110001 111010 110010 0 110001 111000 111000 1000 100111 100000

Color Harmonies of #713A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A32

Black with #713A32

Text Example


Text Example

White with #713A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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