Html Css Color HEX #703E39 Metallic Copper

📋 copy color: '#703E39'

red 112 ◦ green 62 ◦ blue 57

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

Shades of Metallic Copper #703E39

Tints of Metallic Copper #703E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 48.48%
G = 26.84%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703E39 (or 0x703E39) is known color: Metallic Copper. HEX triplet: 70, 3E and 39. RGB value is (112,62,57). Sum of RGB (Red+Green+Blue) = 112+62+57=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E39 is #8FC1C6. Grayscale: #4C4C4C. Windows color (decimal): -9421255 or 3751536. OLE color: 3751536.

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

Color convert

RGB 112 62 57 -
CMYK 0 0.45 0.49 0.56
HSL 5.45º 0.33% 0.33% -
HSV(B) 5.45º 0.49% 0.44% -
XYZ 9.14 7.19 4.78 -
YUV 76.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 112 62 57 0 0.45 0.49 0.56 5.45 0.33 0.33
Hex 70 3E 39 0 2D 31 38 5 21 21
Octal 160 76 71 0 55 61 70 5 41 41
Binary 1110000 111110 111001 0 101101 110001 111000 101 100001 100001

Color Harmonies of #703E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E39

Black with #703E39

Text Example


Text Example

White with #703E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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