Html Css Color HEX #703E37 Metallic Copper

📋 copy color: '#703E37'

red 112 ◦ green 62 ◦ blue 55

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

Shades of Metallic Copper #703E37

Tints of Metallic Copper #703E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.02%

R = 48.91%
G = 27.07%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703E37 (or 0x703E37) is known color: Metallic Copper. HEX triplet: 70, 3E and 37. RGB value is (112,62,55). Sum of RGB (Red+Green+Blue) = 112+62+55=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E37 is #8FC1C8. Grayscale: #4C4C4C. Windows color (decimal): -9421257 or 3620464. OLE color: 3620464.

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

Color convert

RGB 112 62 55 -
CMYK 0 0.45 0.51 0.56
HSL 7.37º 0.34% 0.33% -
HSV(B) 7.37º 0.51% 0.44% -
XYZ 9.09 7.17 4.52 -
YUV 76.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 112 62 55 0 0.45 0.51 0.56 7.37 0.34 0.33
Hex 70 3E 37 0 2D 33 38 7 22 21
Octal 160 76 67 0 55 63 70 7 42 41
Binary 1110000 111110 110111 0 101101 110011 111000 111 100010 100001

Color Harmonies of #703E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E37

Black with #703E37

Text Example


Text Example

White with #703E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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