Html Css Color HEX #703E31 Metallic Copper

📋 copy color: '#703E31'

red 112 ◦ green 62 ◦ blue 49

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

Shades of Metallic Copper #703E31

Tints of Metallic Copper #703E31

RGB

 RED value IS 112 (44.14% from 255) = 50.22%

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 50.22%
G = 27.8%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703E31 (or 0x703E31) is known color: Metallic Copper. HEX triplet: 70, 3E and 31. RGB value is (112,62,49). Sum of RGB (Red+Green+Blue) = 112+62+49=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E31 is #8FC1CE. Grayscale: #4B4B4B. Windows color (decimal): -9421263 or 3227248. OLE color: 3227248.

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

Color convert

RGB 112 62 49 -
CMYK 0 0.45 0.56 0.56
HSL 12.38º 0.39% 0.32% -
HSV(B) 12.38º 0.56% 0.44% -
XYZ 8.96 7.11 3.81 -
YUV 75.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 112 62 49 0 0.45 0.56 0.56 12.38 0.39 0.32
Hex 70 3E 31 0 2D 38 38 C 27 20
Octal 160 76 61 0 55 70 70 14 47 40
Binary 1110000 111110 110001 0 101101 111000 111000 1100 100111 100000

Color Harmonies of #703E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E31

Black with #703E31

Text Example


Text Example

White with #703E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E31; }

 p { color: rgb(112,62,49); }

 H1.HeaderClassName
 {
   color: #703E31;
 }
 .AnyTagClassName
 {
   color: #703E31;
 }
</style>

background-color css

<style>
 a { background-color: #703E31; }

 a { background-color: rgb(112,62,49); }

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

border-color css

<style>
 span { border-color: #703E31; }

 span { border-color: rgb(112,62,49); }

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