Html Css Color HEX #703E32 Metallic Copper

📋 copy color: '#703E32'

red 112 ◦ green 62 ◦ blue 50

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

Shades of Metallic Copper #703E32

Tints of Metallic Copper #703E32

RGB

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

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

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

R = 50%
G = 27.68%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703E32 (or 0x703E32) is known color: Metallic Copper. HEX triplet: 70, 3E and 32. RGB value is (112,62,50). Sum of RGB (Red+Green+Blue) = 112+62+50=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E32 is #8FC1CD. Grayscale: #4B4B4B. Windows color (decimal): -9421262 or 3292784. OLE color: 3292784.

HSL color Cylindrical-coordinate representation of color #703E32: hue angle of 11.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703E32 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 50 -
CMYK 0 0.45 0.55 0.56
HSL 11.61º 0.38% 0.32% -
HSV(B) 11.61º 0.55% 0.44% -
XYZ 8.98 7.12 3.92 -
YUV 75.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 112 62 50 0 0.45 0.55 0.56 11.61 0.38 0.32
Hex 70 3E 32 0 2D 37 38 C 26 20
Octal 160 76 62 0 55 67 70 14 46 40
Binary 1110000 111110 110010 0 101101 110111 111000 1100 100110 100000

Color Harmonies of #703E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E32

Black with #703E32

Text Example


Text Example

White with #703E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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