Html Css Color HEX #713C32 Metallic Copper

📋 copy color: '#713C32'

red 113 ◦ green 60 ◦ blue 50

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

Shades of Metallic Copper #713C32

Tints of Metallic Copper #713C32

RGB

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

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

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

R = 50.67%
G = 26.91%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713C32 (or 0x713C32) is known color: Metallic Copper. HEX triplet: 71, 3C and 32. RGB value is (113,60,50). Sum of RGB (Red+Green+Blue) = 113+60+50=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C32 is #8EC3CD. Grayscale: #4A4A4A. Windows color (decimal): -9356238 or 3292273. OLE color: 3292273.

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

Color convert

RGB 113 60 50 -
CMYK 0 0.47 0.56 0.56
HSL 9.52º 0.39% 0.32% -
HSV(B) 9.52º 0.56% 0.44% -
XYZ 9 6.97 3.89 -
YUV 74.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 113 60 50 0 0.47 0.56 0.56 9.52 0.39 0.32
Hex 71 3C 32 0 2F 38 38 A 27 20
Octal 161 74 62 0 57 70 70 12 47 40
Binary 1110001 111100 110010 0 101111 111000 111000 1010 100111 100000

Color Harmonies of #713C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C32

Black with #713C32

Text Example


Text Example

White with #713C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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