Html Css Color HEX #713B32 Metallic Copper

📋 copy color: '#713B32'

red 113 ◦ green 59 ◦ blue 50

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

Shades of Metallic Copper #713B32

Tints of Metallic Copper #713B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 50.9%
G = 26.58%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713B32 (or 0x713B32) is known color: Metallic Copper. HEX triplet: 71, 3B and 32. RGB value is (113,59,50). Sum of RGB (Red+Green+Blue) = 113+59+50=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B32 is #8EC4CD. Grayscale: #4A4A4A. Windows color (decimal): -9356494 or 3292017. OLE color: 3292017.

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

Color convert

RGB 113 59 50 -
CMYK 0 0.48 0.56 0.56
HSL 8.57º 0.39% 0.32% -
HSV(B) 8.57º 0.56% 0.44% -
XYZ 8.95 6.87 3.87 -
YUV 74.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 113 59 50 0 0.48 0.56 0.56 8.57 0.39 0.32
Hex 71 3B 32 0 30 38 38 9 27 20
Octal 161 73 62 0 60 70 70 11 47 40
Binary 1110001 111011 110010 0 110000 111000 111000 1001 100111 100000

Color Harmonies of #713B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B32

Black with #713B32

Text Example


Text Example

White with #713B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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