Html Css Color HEX #713D38 Metallic Copper

📋 copy color: '#713D38'

red 113 ◦ green 61 ◦ blue 56

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

Shades of Metallic Copper #713D38

Tints of Metallic Copper #713D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.35%

R = 49.13%
G = 26.52%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#713D38 (or 0x713D38) is known color: Metallic Copper. HEX triplet: 71, 3D and 38. RGB value is (113,61,56). Sum of RGB (Red+Green+Blue) = 113+61+56=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #713D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D38 is #8EC2C7. Grayscale: #4C4C4C. Windows color (decimal): -9355976 or 3685745. OLE color: 3685745.

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

Color convert

RGB 113 61 56 -
CMYK 0 0.46 0.50 0.56
HSL 5.26º 0.34% 0.33% -
HSV(B) 5.26º 0.5% 0.44% -
XYZ 9.19 7.13 4.63 -
YUV 75.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 113 61 56 0 0.46 0.50 0.56 5.26 0.34 0.33
Hex 71 3D 38 0 2E 32 38 5 22 21
Octal 161 75 70 0 56 62 70 5 42 41
Binary 1110001 111101 111000 0 101110 110010 111000 101 100010 100001

Color Harmonies of #713D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D38

Black with #713D38

Text Example


Text Example

White with #713D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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