Html Css Color HEX #703D31 Metallic Copper

📋 copy color: '#703D31'

red 112 ◦ green 61 ◦ blue 49

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

Shades of Metallic Copper #703D31

Tints of Metallic Copper #703D31

RGB

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

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

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

R = 50.45%
G = 27.48%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703D31 (or 0x703D31) is known color: Metallic Copper. HEX triplet: 70, 3D and 31. RGB value is (112,61,49). Sum of RGB (Red+Green+Blue) = 112+61+49=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D31 is #8FC2CE. Grayscale: #4A4A4A. Windows color (decimal): -9421519 or 3226992. OLE color: 3226992.

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

Color convert

RGB 112 61 49 -
CMYK 0 0.46 0.56 0.56
HSL 11.43º 0.39% 0.32% -
HSV(B) 11.43º 0.56% 0.44% -
XYZ 8.91 7 3.79 -
YUV 74.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 112 61 49 0 0.46 0.56 0.56 11.43 0.39 0.32
Hex 70 3D 31 0 2E 38 38 B 27 20
Octal 160 75 61 0 56 70 70 13 47 40
Binary 1110000 111101 110001 0 101110 111000 111000 1011 100111 100000

Color Harmonies of #703D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D31

Black with #703D31

Text Example


Text Example

White with #703D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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